made concurent task fail
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
7f4665e3cc
commit
d3dc00dcab
2 changed files with 10 additions and 11 deletions
|
@ -112,7 +112,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::propogateStepProgress);
|
||||
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