mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Generate high quality thumbnail on sending video.
This commit is contained in:
@@ -156,7 +156,7 @@ public:
|
||||
|
||||
Image *goodThumbnail() const;
|
||||
Storage::Cache::Key goodThumbnailCacheKey() const;
|
||||
void validateGoodThumbnail();
|
||||
void setGoodThumbnail(QImage &&image, QByteArray &&bytes);
|
||||
void refreshGoodThumbnail();
|
||||
|
||||
void setRemoteLocation(
|
||||
@@ -211,6 +211,7 @@ private:
|
||||
friend class Serialize::Document;
|
||||
|
||||
LocationType locationType() const;
|
||||
void validateGoodThumbnail();
|
||||
|
||||
void destroyLoaderDelayed(mtpFileLoader *newValue = nullptr) const;
|
||||
|
||||
|
Reference in New Issue
Block a user