| 2096 | } |
| 2097 | |
| 2098 | void MainWindow::checkForUpdatesFinished(QString url) |
| 2099 | { |
| 2100 | #ifdef Q_OS_WIN |
| 2101 | if (!QSimpleUpdater::getInstance()->getUpdateAvailable(url)) { |
| 2102 | QMessageBox::information(this, QString(), tr("No updates are available at this time.")); |
| 2103 | } |
| 2104 | #endif |
| 2105 | } |
| 2106 | |
| 2107 | void MainWindow::initUpdateCheck() |
| 2108 | { |
nothing calls this directly
no outgoing calls
no test coverage detected