2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Rely on QT_STRINGIFY instead of custom macro

This commit is contained in:
Nicholas Guriev
2021-03-06 09:38:12 +03:00
committed by John Preston
parent a814c3f428
commit f528a240d9
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ void Launcher::initHook() {
AppName.utf16().replace(' ', '_'));
}
return qsl(MACRO_TO_STRING(TDESKTOP_LAUNCHER_BASENAME) ".desktop");
return qsl(QT_STRINGIFY(TDESKTOP_LAUNCHER_BASENAME) ".desktop");
}());
}