MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / checkForUpdatesFinished

Method checkForUpdatesFinished

src/dialogs/MainWindow.cpp:2098–2105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2096}
2097
2098void 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
2107void MainWindow::initUpdateCheck()
2108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected