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 3a82a956..bb71bec2 100644 --- a/launcher/screenshots/ImgurAlbumCreation.h +++ b/launcher/screenshots/ImgurAlbumCreation.h @@ -50,6 +50,8 @@ class ImgurAlbumCreation : public NetAction { QString deleteHash() const { return m_deleteHash; } QString id() const { return m_id; } + void init() override{}; + protected slots: void downloadProgress(qint64 bytesReceived, qint64 bytesTotal) override; void downloadError(QNetworkReply::NetworkError error) override; |