| 181 | } |
| 182 | |
| 183 | void MainWindow::setUpdateDataError(bool error) { |
| 184 | isUpdateDataError = error; |
| 185 | } |
| 186 | |
| 187 | void MainWindow::setTabsEnabled(bool enabled) { |
| 188 | ui->overviewTab->setEnabled(enabled); |
nothing calls this directly
no outgoing calls
no test coverage detected