GH-1949 Allow Legacy FTB pack downloads to be aborted
It looks like this was just an mistake when implementing support for legacy FTB.
This commit is contained in:
parent
417994735a
commit
d1a142f040
@ -20,6 +20,7 @@ public:
|
||||
explicit PackInstallTask(Modpack pack, QString version);
|
||||
virtual ~PackInstallTask(){}
|
||||
|
||||
bool canAbort() const override { return true; }
|
||||
bool abort() override;
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user