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
1 changed files with 2 additions and 1 deletions

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;