mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 18:36:58 +03:00
Merge pull request #1694 from Trial97/concurrent
This commit is contained in:
parent
52ccf3d93b
commit
426deb4454
29 changed files with 169 additions and 111 deletions
|
|
@ -119,7 +119,6 @@ void Flame::FileResolvingTask::netJobFinished()
|
|||
connect(m_checkJob.get(), &NetJob::failed, this, [this, step_progress](QString reason) {
|
||||
step_progress->state = TaskStepState::Failed;
|
||||
stepProgress(*step_progress);
|
||||
emitFailed(reason);
|
||||
});
|
||||
connect(m_checkJob.get(), &NetJob::stepProgress, this, &FileResolvingTask::propagateStepProgress);
|
||||
connect(m_checkJob.get(), &NetJob::progress, this, [this, step_progress](qint64 current, qint64 total) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue