Merge pull request #1694 from Trial97/concurrent

This commit is contained in:
Sefa Eyeoglu 2023-12-11 11:07:03 +01:00
parent 52ccf3d93b
commit 426deb4454
No known key found for this signature in database
GPG key ID: E13DFD4B47127951
29 changed files with 169 additions and 111 deletions

View file

@ -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) {