2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Fix build with Qt 5

This commit is contained in:
Ilya Fedin
2022-12-07 22:30:33 +04:00
committed by John Preston
parent 6986430f37
commit 5990b0fabf

View File

@@ -731,7 +731,8 @@ void start() {
md5Hash.data());
}
return u"org.telegram.desktop._%1.desktop"_q.arg(md5Hash);
return u"org.telegram.desktop._%1.desktop"_q.arg(
md5Hash.constData());
}
return u"org.telegram.desktop.desktop"_q;