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

Method triggerUpdateCheck

launcher/Application.cpp:1885–1894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1883}
1884
1885void Application::triggerUpdateCheck()
1886{
1887 if (m_updater) {
1888 qDebug() << "Checking for updates.";
1889 m_updater->setBetaAllowed(false); // There are no other channels than stable
1890 m_updater->checkForUpdates();
1891 } else {
1892 qDebug() << "Updater not available.";
1893 }
1894}
1895
1896QUrl Application::normalizeImportUrl(QString const& url)
1897{

Callers 1

checkForUpdatesMethod · 0.80

Calls 2

setBetaAllowedMethod · 0.80
checkForUpdatesMethod · 0.45

Tested by

no test coverage detected