More sync from quickmods
Also a small VersionSelectDialog refactor
This commit is contained in:
@ -71,7 +71,7 @@ int ProgressDialog::exec(ProgressProvider *task)
|
||||
if(task->isRunning())
|
||||
return QDialog::exec();
|
||||
else
|
||||
return 0;
|
||||
return QDialog::Accepted;
|
||||
}
|
||||
|
||||
ProgressProvider *ProgressDialog::getTask()
|
||||
|
Reference in New Issue
Block a user