mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix build with Qt 5
This commit is contained in:
parent
6986430f37
commit
5990b0fabf
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue