1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #5142

Andrius Štikonas (1):
      fix(wayland): Fix desktop file name in Qt properties
This commit is contained in:
sudden6 2018-05-15 22:57:22 +02:00
commit 8461a373dd
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -161,6 +161,9 @@ int main(int argc, char* argv[])
#endif
a->setApplicationName("qTox");
#if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
a->setDesktopFileName("io.github.qtox.qTox");
#endif
a->setOrganizationName("Tox");
a->setApplicationVersion("\nGit commit: " + QString(GIT_VERSION));