mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Prepare Media::Streaming::Reader to be shared.
This commit is contained in:
@@ -112,7 +112,7 @@ public:
|
||||
void cancel();
|
||||
[[nodiscard]] bool cancelled() const;
|
||||
[[nodiscard]] float64 progress() const;
|
||||
[[nodiscard]] int32 loadOffset() const;
|
||||
[[nodiscard]] int loadOffset() const;
|
||||
[[nodiscard]] bool uploading() const;
|
||||
|
||||
void setWaitingForAlbum();
|
||||
@@ -247,7 +247,7 @@ private:
|
||||
void validateGoodThumbnail();
|
||||
void setMaybeSupportsStreaming(bool supports);
|
||||
|
||||
void destroyLoader(mtpFileLoader *newValue = nullptr) const;
|
||||
void destroyLoader(FileLoader *newValue = nullptr) const;
|
||||
|
||||
[[nodiscard]] bool thumbnailEnoughForSticker() const;
|
||||
|
||||
|
Reference in New Issue
Block a user