2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

cTimeFormat/cDateFormat -> QLocale::ShortFormat

This allows to use platform-specific formatting functions
This commit is contained in:
Ilya Fedin
2022-12-15 13:47:56 +04:00
committed by John Preston
parent 9633f93690
commit 66093f0cb5
25 changed files with 46 additions and 73 deletions

View File

@@ -47,9 +47,6 @@ QByteArray gLocalSalt;
int gScreenScale = style::kScaleAuto;
int gConfigScale = style::kScaleAuto;
QString gDateFormat = u"dd.MM.yy"_q;
QString gTimeFormat = u"hh:mm"_q;
RecentStickerPreload gRecentStickersPreload;
RecentStickerPack gRecentStickers;