mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
NOISSUE refactor NetAction to be based on Task
Still missing some things, this is part 1.
This commit is contained in:
parent
243f7e4fb4
commit
e1465f4848
42 changed files with 299 additions and 314 deletions
|
|
@ -87,7 +87,7 @@ int ProgressDialog::execWithTask(Task *task)
|
|||
if(task->isRunning())
|
||||
{
|
||||
changeProgress(task->getProgress(), task->getTotalProgress());
|
||||
changeStatus(task->getStatus());
|
||||
changeStatus(task->getStatusText());
|
||||
return QDialog::exec();
|
||||
}
|
||||
else if(handleImmediateResult(result))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue