refactor: override / mask static make
functions for ApiDownload
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -57,6 +57,8 @@ public:
|
||||
return m_id;
|
||||
}
|
||||
|
||||
void init() override {};
|
||||
|
||||
protected
|
||||
slots:
|
||||
void downloadProgress(qint64 bytesReceived, qint64 bytesTotal) override;
|
||||
|
@ -46,6 +46,7 @@ public:
|
||||
static Ptr make(ScreenShot::Ptr shot) {
|
||||
return Ptr(new ImgurUpload(shot));
|
||||
}
|
||||
void init() override {};
|
||||
|
||||
protected
|
||||
slots:
|
||||
|
Reference in New Issue
Block a user