Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 55dba87

Browse files
authored
Merge pull request #39 from marcusbritanicus/master
Remove .desktop suffix when calling setDesktopFileName
2 parents e5081c4 + 60b44c2 commit 55dba87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt6ct/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
int main(int argc, char **argv)
3939
{
4040
QApplication app(argc, argv);
41-
QGuiApplication::setDesktopFileName(QStringLiteral("qt6ct.desktop"));
41+
QGuiApplication::setDesktopFileName(QStringLiteral("qt6ct"));
4242

4343
QTranslator translator;
4444

0 commit comments

Comments
 (0)