From 4e10115074d6c2406140b06390406175e5b219c4 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 24 Nov 2022 23:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/GUI/QtLauncher.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GUI/QtLauncher.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/GUI/QtLauncher.cxx b/src/GUI/QtLauncher.cxx index c08f874..69ba269 100644 --- a/src/GUI/QtLauncher.cxx +++ b/src/GUI/QtLauncher.cxx @@ -436,10 +436,15 @@ void initApp(int& argc, char** argv, bool doInitQSettings) QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); #endif static_qApp.reset(new QApplication(s_argc, argv)); + static_qApp->setOrganizationName("FlightGear"); static_qApp->setApplicationName("FlightGear"); static_qApp->setOrganizationDomain("flightgear.org"); + static_qApp->setOrganizationName("JingweiHT"); + static_qApp->setApplicationName("JingweiHT"); + static_qApp->setOrganizationDomain("jingweiht.com"); + static_qApp->setDesktopFileName( QStringLiteral("org.flightgear.FlightGear.desktop"));