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
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ public:
|
||||||
explicit PackInstallTask(Modpack pack, QString version);
|
explicit PackInstallTask(Modpack pack, QString version);
|
||||||
virtual ~PackInstallTask(){}
|
virtual ~PackInstallTask(){}
|
||||||
|
|
||||||
|
bool canAbort() const override { return true; }
|
||||||
bool abort() override;
|
bool abort() override;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue