mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 21: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
|
|
@ -323,6 +323,7 @@ void FlamePackExportTask::getProjectsInfo()
|
|||
}
|
||||
buildZip();
|
||||
});
|
||||
connect(projTask.get(), &Task::failed, this, &FlamePackExportTask::emitFailed);
|
||||
task.reset(projTask);
|
||||
task->start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue