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
commit b15f689ccf
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
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();