mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Added back the processEvents
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
8d4f508cc6
commit
1ac9757a86
2 changed files with 3 additions and 5 deletions
|
|
@ -35,6 +35,7 @@
|
|||
*/
|
||||
#include "ConcurrentTask.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
#include "tasks/Task.h"
|
||||
|
||||
|
|
@ -132,6 +133,8 @@ void ConcurrentTask::executeNextSubTask()
|
|||
}
|
||||
|
||||
startSubTask(m_queue.dequeue());
|
||||
|
||||
QCoreApplication::processEvents();
|
||||
}
|
||||
|
||||
void ConcurrentTask::startSubTask(Task::Ptr next)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue