2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Moved public var indicating stickers presence to private in PhotoData.

This commit is contained in:
23rd
2020-10-30 03:07:59 +03:00
parent 1459e6f38e
commit 391ec8ac28
6 changed files with 20 additions and 9 deletions

View File

@@ -414,7 +414,7 @@ public:
const QByteArray &fileReference,
TimeId date,
int32 dc,
bool hasSticker,
bool hasStickers,
const QByteArray &inlineThumbnailBytes,
const ImageWithLocation &small,
const ImageWithLocation &thumbnail,
@@ -685,7 +685,7 @@ private:
const QByteArray &fileReference,
TimeId date,
int32 dc,
bool hasSticker,
bool hasStickers,
const QByteArray &inlineThumbnailBytes,
const ImageWithLocation &small,
const ImageWithLocation &thumbnail,