MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / checkForUpdates

Method checkForUpdates

launcher/ui/MainWindow.cpp:1246–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244}
1245
1246void 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
1255void MainWindow::on_actionSettings_triggered()
1256{

Callers 1

triggerUpdateCheckMethod · 0.45

Calls 2

updaterEnabledMethod · 0.80
triggerUpdateCheckMethod · 0.80

Tested by

no test coverage detected