| 1353 | } |
| 1354 | |
| 1355 | void MainWindow::checkForUpdates() |
| 1356 | { |
| 1357 | if (APPLICATION->updaterEnabled()) { |
| 1358 | APPLICATION->triggerUpdateCheck(); |
| 1359 | } else { |
| 1360 | qWarning() << "Updater not set up. Cannot check for updates."; |
| 1361 | } |
| 1362 | } |
| 1363 | |
| 1364 | void MainWindow::on_actionSettings_triggered() |
| 1365 | { |
no test coverage detected