mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Replaced some qstr with u""_q literal.
This commit is contained in:
@@ -1259,7 +1259,7 @@ ChatBackground *Background() {
|
||||
}
|
||||
|
||||
bool IsEmbeddedTheme(const QString &path) {
|
||||
return path.isEmpty() || path.startsWith(qstr(":/gui/"));
|
||||
return path.isEmpty() || path.startsWith(u":/gui/"_q);
|
||||
}
|
||||
|
||||
bool Initialize(Saved &&saved) {
|
||||
|
Reference in New Issue
Block a user