Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into refactor/NetActions

This commit is contained in:
Trial97
2023-07-27 00:03:42 +03:00
32 changed files with 61 additions and 80 deletions

View File

@ -83,7 +83,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();