GH-922 improve version select dialogs
This commit is contained in:
parent
4fc4a17256
commit
5779ffd664
12 changed files with 168 additions and 22 deletions
|
@ -144,6 +144,11 @@ void ForgeListLoadTask::executeTask()
|
|||
listJob->start();
|
||||
}
|
||||
|
||||
void ForgeListLoadTask::abort()
|
||||
{
|
||||
listJob->abort();
|
||||
}
|
||||
|
||||
bool ForgeListLoadTask::parseForgeList(QList<BaseVersionPtr> &out)
|
||||
{
|
||||
QByteArray data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue