diff options
| author | TheKodeToad <TheKodeToad@proton.me> | 2023-08-02 20:27:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-02 20:27:37 +0100 |
| commit | afaf6f894c797fc0aa7eb329b661b533be469005 (patch) | |
| tree | 0be358a0b616010aa5a022dbd3336a15cb791638 /launcher/modplatform/legacy_ftb | |
| parent | 8b3c465a50e6be2a09c3968f1fd1e91b0428cbb0 (diff) | |
| parent | ac36a2289faf331af17b51e2c9ebb78d005f9bfa (diff) | |
| download | PrismLauncher-afaf6f894c797fc0aa7eb329b661b533be469005.tar.gz PrismLauncher-afaf6f894c797fc0aa7eb329b661b533be469005.tar.bz2 PrismLauncher-afaf6f894c797fc0aa7eb329b661b533be469005.zip | |
Merge branch 'PrismLauncher:develop' into better-component-installation
Diffstat (limited to 'launcher/modplatform/legacy_ftb')
| -rw-r--r-- | launcher/modplatform/legacy_ftb/PackInstallTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/legacy_ftb/PackInstallTask.cpp b/launcher/modplatform/legacy_ftb/PackInstallTask.cpp index a4c78397..1afe5783 100644 --- a/launcher/modplatform/legacy_ftb/PackInstallTask.cpp +++ b/launcher/modplatform/legacy_ftb/PackInstallTask.cpp @@ -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(); |
