GH-922 improve version select dialogs
This commit is contained in:
@ -144,6 +144,11 @@ void ForgeListLoadTask::executeTask()
|
||||
listJob->start();
|
||||
}
|
||||
|
||||
void ForgeListLoadTask::abort()
|
||||
{
|
||||
listJob->abort();
|
||||
}
|
||||
|
||||
bool ForgeListLoadTask::parseForgeList(QList<BaseVersionPtr> &out)
|
||||
{
|
||||
QByteArray data;
|
||||
|
Reference in New Issue
Block a user