Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into prism_export2
This commit is contained in:
commit
3c472fd7e0
45 changed files with 531 additions and 181 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue