| 1244 | } |
| 1245 | |
| 1246 | void MainWindow::checkForUpdates() |
| 1247 | { |
| 1248 | if (APPLICATION->updaterEnabled()) { |
| 1249 | APPLICATION->triggerUpdateCheck(); |
| 1250 | } else { |
| 1251 | qWarning() << "Updater not set up. Cannot check for updates."; |
| 1252 | } |
| 1253 | } |
| 1254 | |
| 1255 | void MainWindow::on_actionSettings_triggered() |
| 1256 | { |
no test coverage detected