We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7ab3c commit bd29162Copy full SHA for bd29162
src/gui/updater/updater.cpp
@@ -52,9 +52,6 @@ QUrl Updater::updateUrl()
52
if (SparkleUpdater::autoUpdaterAllowed()) {
53
urlQuery.addQueryItem(QLatin1String("sparkle"), QLatin1String("true"));
54
}
55
-#ifdef BUILD_FILE_PROVIDER_MODULE
56
- urlQuery.addQueryItem(QLatin1String("fileprovider"), QLatin1String("true"));
57
-#endif
58
#endif
59
#if defined(Q_OS_WIN)
60
urlQuery.addQueryItem(QLatin1String("msi"), QLatin1String("true"));
0 commit comments