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

Clear DocumentMedia in media overview.

This commit is contained in:
John Preston
2020-05-21 17:13:29 +04:00
parent 58f82620e0
commit ad5507f2c8
5 changed files with 57 additions and 7 deletions

View File

@@ -210,6 +210,8 @@ public:
QPoint point,
StateRequest request) const override;
void clearHeavyPart() override;
protected:
float64 dataProgress() const override;
bool dataFinished() const override;
@@ -244,6 +246,8 @@ public:
QPoint point,
StateRequest request) const override;
void clearHeavyPart() override;
protected:
float64 dataProgress() const override;
bool dataFinished() const override;
@@ -284,6 +288,8 @@ public:
QPoint point,
StateRequest request) const override;
void clearHeavyPart() override;
protected:
float64 dataProgress() const override;
bool dataFinished() const override;
@@ -334,6 +340,8 @@ public:
QPoint point,
StateRequest request) const override;
void clearHeavyPart() override;
protected:
const style::RoundCheckbox &checkboxStyle() const override;