More sync from quickmods
Also a small VersionSelectDialog refactor
This commit is contained in:
parent
20cb97a35a
commit
b00e63dbe8
10 changed files with 378 additions and 28 deletions
|
@ -71,7 +71,7 @@ int ProgressDialog::exec(ProgressProvider *task)
|
|||
if(task->isRunning())
|
||||
return QDialog::exec();
|
||||
else
|
||||
return 0;
|
||||
return QDialog::Accepted;
|
||||
}
|
||||
|
||||
ProgressProvider *ProgressDialog::getTask()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue