forked from qt-creator/qt-creator
App: Fix a warning
"QGuiApplication::setDesktopFileName: the specified desktop file name ends with .desktop. For compatibility reasons, the .desktop suffix will be removed. Please specify a desktop file name without .desktop suffix" Change-Id: I84fa4d6dbed9ab95f9f90b452915bdce290743f3 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -688,7 +688,7 @@ int main(int argc, char **argv)
|
||||
if (!overrideCodecForLocale.isEmpty())
|
||||
QTextCodec::setCodecForLocale(QTextCodec::codecForName(overrideCodecForLocale));
|
||||
|
||||
app.setDesktopFileName("org.qt-project.qtcreator.desktop");
|
||||
app.setDesktopFileName("org.qt-project.qtcreator");
|
||||
|
||||
// Make sure we honor the system's proxy settings
|
||||
QNetworkProxyFactory::setUseSystemConfiguration(true);
|
||||
|
Reference in New Issue
Block a user