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;
|
||||
|
@ -66,6 +66,7 @@ public:
|
||||
explicit ForgeListLoadTask(ForgeVersionList *vlist);
|
||||
|
||||
virtual void executeTask();
|
||||
virtual void abort();
|
||||
|
||||
protected
|
||||
slots:
|
||||
|
Reference in New Issue
Block a user