Added back the processEvents
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
*/
|
||||
#include "MultipleOptionsTask.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
|
||||
MultipleOptionsTask::MultipleOptionsTask(QObject* parent, const QString& task_name) : ConcurrentTask(parent, task_name, 1) {}
|
||||
@@ -53,10 +52,6 @@ void MultipleOptionsTask::executeNextSubTask()
|
||||
}
|
||||
|
||||
ConcurrentTask::executeNextSubTask();
|
||||
// not sure why this is needed here but tests fail without it
|
||||
// as the MultipleOptionsTask is yet to be used not sure if
|
||||
// it works correcly
|
||||
QCoreApplication::processEvents();
|
||||
}
|
||||
|
||||
void MultipleOptionsTask::updateState()
|
||||
|
||||
Reference in New Issue
Block a user