mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Replaced some qstr with u""_q literal.
This commit is contained in:
@@ -51,7 +51,7 @@ constexpr auto kWallPaperLegacySerializeTagId = int32(-111);
|
||||
constexpr auto kWallPaperSerializeTagId = int32(-112);
|
||||
constexpr auto kWallPaperSidesLimit = 10'000;
|
||||
|
||||
const auto kThemeNewPathRelativeTag = qstr("special://new_tag");
|
||||
const auto kThemeNewPathRelativeTag = u"special://new_tag"_q;
|
||||
|
||||
using namespace Storage::details;
|
||||
using Storage::FileKey;
|
||||
|
Reference in New Issue
Block a user