summaryrefslogtreecommitdiffstats
path: root/api/logic/net/Download.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/net/Download.h')
-rw-r--r--api/logic/net/Download.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/logic/net/Download.h b/api/logic/net/Download.h
index 3347dc96..31e51792 100644
--- a/api/logic/net/Download.h
+++ b/api/logic/net/Download.h
@@ -50,7 +50,7 @@ public: /* methods */
}
void addValidator(Validator * v);
bool abort() override;
- bool canAbort() override;
+ bool canAbort() const override;
private: /* methods */
bool handleRedirect();
@@ -62,7 +62,7 @@ protected slots:
void downloadReadyRead() override;
public slots:
- void start() override;
+ void executeTask() override;
private: /* data */
// FIXME: remove this, it has no business being here.