More sync from quickmods

Also a small VersionSelectDialog refactor
This commit is contained in:
Petr Mrázek
2014-09-06 21:01:23 +02:00
parent 20cb97a35a
commit b00e63dbe8
10 changed files with 378 additions and 28 deletions

View File

@ -71,7 +71,7 @@ int ProgressDialog::exec(ProgressProvider *task)
if(task->isRunning())
return QDialog::exec();
else
return 0;
return QDialog::Accepted;
}
ProgressProvider *ProgressDialog::getTask()