fix: typo in task.h

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth
2023-07-26 16:20:30 -04:00
parent a0944dab7a
commit af59c41713
19 changed files with 27 additions and 27 deletions

View File

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