mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Replaced some qsl with u""_q literal.
This commit is contained in:
@@ -47,8 +47,8 @@ QByteArray gLocalSalt;
|
||||
int gScreenScale = style::kScaleAuto;
|
||||
int gConfigScale = style::kScaleAuto;
|
||||
|
||||
QString gDateFormat = qsl("dd.MM.yy");
|
||||
QString gTimeFormat = qsl("hh:mm");
|
||||
QString gDateFormat = u"dd.MM.yy"_q;
|
||||
QString gTimeFormat = u"hh:mm"_q;
|
||||
|
||||
RecentStickerPreload gRecentStickersPreload;
|
||||
RecentStickerPack gRecentStickers;
|
||||
|
Reference in New Issue
Block a user