mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 19:45:35 -04:00
[qrvthtool] qrvthtool.cpp: Remove ".desktop" from the desktop filename.
Qt6 complains: 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
This commit is contained in:
parent
3dc3a473ed
commit
64e16c74bd
@ -87,7 +87,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
app->setApplicationDisplayName(QLatin1String("RVT-H Tool"));
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5,7,0)
|
||||
app->setDesktopFileName(QLatin1String("com.gerbilsoft.qrvthtool.desktop"));
|
||||
app->setDesktopFileName(QLatin1String("com.gerbilsoft.qrvthtool"));
|
||||
#endif /* QT_VERSION >= QT_VERSION_CHECK(5,7,0) */
|
||||
|
||||
// Initialize the TranslationManager.
|
||||
|
Loading…
Reference in New Issue
Block a user