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

This commit is contained in:
Trial97
2023-07-27 00:05:59 +03:00
45 changed files with 531 additions and 181 deletions

View File

@ -158,7 +158,7 @@ void FlamePackExportTask::collectHashes()
stepProgress(*progressStep);
emitFailed(reason);
});
connect(hashingTask.get(), &Task::stepProgress, this, &FlamePackExportTask::propogateStepProgress);
connect(hashingTask.get(), &Task::stepProgress, this, &FlamePackExportTask::propagateStepProgress);
connect(hashingTask.get(), &Task::progress, this, [this, progressStep](qint64 current, qint64 total) {
progressStep->update(current, total);