mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
NOISSUE Revert all recent changes to NetAction and NetJob
This commit is contained in:
parent
0efa714ba5
commit
e76e6329cd
45 changed files with 356 additions and 338 deletions
|
|
@ -87,7 +87,7 @@ int ProgressDialog::execWithTask(Task *task)
|
|||
if(task->isRunning())
|
||||
{
|
||||
changeProgress(task->getProgress(), task->getTotalProgress());
|
||||
changeStatus(task->getStatusText());
|
||||
changeStatus(task->getStatus());
|
||||
return QDialog::exec();
|
||||
}
|
||||
else if(handleImmediateResult(result))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue