diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-07-26 22:56:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-26 22:56:31 +0200 |
| commit | d960effb994ba421c502d8d5e0a1bb4d46efd9a3 (patch) | |
| tree | 9b1ca53663f128a71656c889a8d747e1fa9ce3a4 /launcher/modplatform/modrinth | |
| parent | a0944dab7a8fff9b5d9c2c8d35cc55349c93a3cd (diff) | |
| parent | af59c4171344d6727c8d67205cc02406729250a3 (diff) | |
| download | PrismLauncher-d960effb994ba421c502d8d5e0a1bb4d46efd9a3.tar.gz PrismLauncher-d960effb994ba421c502d8d5e0a1bb4d46efd9a3.tar.bz2 PrismLauncher-d960effb994ba421c502d8d5e0a1bb4d46efd9a3.zip | |
Merge pull request #1447 from getchoo/typomoment
fix: typo in task.h
Diffstat (limited to 'launcher/modplatform/modrinth')
| -rw-r--r-- | launcher/modplatform/modrinth/ModrinthInstanceCreationTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthInstanceCreationTask.cpp b/launcher/modplatform/modrinth/ModrinthInstanceCreationTask.cpp index 76f07277..bd0b828c 100644 --- a/launcher/modplatform/modrinth/ModrinthInstanceCreationTask.cpp +++ b/launcher/modplatform/modrinth/ModrinthInstanceCreationTask.cpp @@ -267,7 +267,7 @@ bool ModrinthCreationTask::createInstance() setDetails(tr("%1 out of %2 complete").arg(current).arg(total)); setProgress(current, total); }); - connect(m_files_job.get(), &NetJob::stepProgress, this, &ModrinthCreationTask::propogateStepProgress); + connect(m_files_job.get(), &NetJob::stepProgress, this, &ModrinthCreationTask::propagateStepProgress); setStatus(tr("Downloading mods...")); m_files_job->start(); |
