mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08: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