fix: typo in task.h
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
a0944dab7a
commit
af59c41713
19 changed files with 27 additions and 27 deletions
|
@ -81,7 +81,7 @@ void PackInstallTask::downloadPack()
|
|||
|
||||
connect(netJobContainer.get(), &NetJob::succeeded, this, &PackInstallTask::unzip);
|
||||
connect(netJobContainer.get(), &NetJob::failed, this, &PackInstallTask::emitFailed);
|
||||
connect(netJobContainer.get(), &NetJob::stepProgress, this, &PackInstallTask::propogateStepProgress);
|
||||
connect(netJobContainer.get(), &NetJob::stepProgress, this, &PackInstallTask::propagateStepProgress);
|
||||
connect(netJobContainer.get(), &NetJob::aborted, this, &PackInstallTask::emitAborted);
|
||||
|
||||
netJobContainer->start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue