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:
committed by
John Preston
parent
a814c3f428
commit
f528a240d9
@@ -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");
|
||||
}());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user