(self)
| 902 | |
| 903 | # Show the program window and select subscriptions tab |
| 904 | def appIndicatorSubscribe(self): |
| 905 | self.appIndicatorShow() |
| 906 | self.ui.tabWidget.setCurrentIndex( |
| 907 | self.ui.tabWidget.indexOf(self.ui.subscriptions) |
| 908 | ) |
| 909 | |
| 910 | # Show the program window and select channels tab |
| 911 | def appIndicatorChannel(self): |
nothing calls this directly
no test coverage detected