diff options
Diffstat (limited to 'launcher/screenshots/ImgurAlbumCreation.h')
-rw-r--r-- | launcher/screenshots/ImgurAlbumCreation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/screenshots/ImgurAlbumCreation.h b/launcher/screenshots/ImgurAlbumCreation.h index 0228b6e4..a2b70d8b 100644 --- a/launcher/screenshots/ImgurAlbumCreation.h +++ b/launcher/screenshots/ImgurAlbumCreation.h @@ -57,6 +57,8 @@ public: return m_id; } + void init() override {}; + protected slots: void downloadProgress(qint64 bytesReceived, qint64 bytesTotal) override; |