MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / triggerUpdateCheck

Method triggerUpdateCheck

launcher/Application.cpp:2029–2038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2027}
2028
2029void Application::triggerUpdateCheck()
2030{
2031 if (m_updater) {
2032 qDebug() << "Checking for updates.";
2033 m_updater->setBetaAllowed(false); // There are no other channels than stable
2034 m_updater->checkForUpdates();
2035 } else {
2036 qDebug() << "Updater not available.";
2037 }
2038}
2039
2040QUrl Application::normalizeImportUrl(const QString& url)
2041{

Callers 1

checkForUpdatesMethod · 0.80

Calls 2

setBetaAllowedMethod · 0.80
checkForUpdatesMethod · 0.45

Tested by

no test coverage detected