fix: task typo in flame export task
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
36d18b393b
commit
a465af45dc
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ void FlamePackExportTask::getProjectsInfo()
|
||||||
buildZip();
|
buildZip();
|
||||||
});
|
});
|
||||||
connect(projTask.get(), &Task::failed, this, &FlamePackExportTask::emitFailed);
|
connect(projTask.get(), &Task::failed, this, &FlamePackExportTask::emitFailed);
|
||||||
connect(task.get(), &Task::aborted, this, &FlamePackExportTask::emitAborted);
|
connect(projTask.get(), &Task::aborted, this, &FlamePackExportTask::emitAborted);
|
||||||
task.reset(projTask);
|
task.reset(projTask);
|
||||||
task->start();
|
task->start();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue