GH-1053 explode launch task into many small steps, each a Task
This commit is contained in:
parent
8e7caf4e25
commit
61c5a67777
36 changed files with 1261 additions and 595 deletions
|
@ -144,9 +144,9 @@ void ForgeListLoadTask::executeTask()
|
|||
listJob->start();
|
||||
}
|
||||
|
||||
void ForgeListLoadTask::abort()
|
||||
bool ForgeListLoadTask::abort()
|
||||
{
|
||||
listJob->abort();
|
||||
return listJob->abort();
|
||||
}
|
||||
|
||||
bool ForgeListLoadTask::parseForgeList(QList<BaseVersionPtr> &out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue