diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp index ed1e857b07..2a1154cf2d 100644 --- a/src/support/Systemcall.cpp +++ b/src/support/Systemcall.cpp @@ -266,9 +266,9 @@ void SystemcallPrivate::startProcess(const QString& cmd) void SystemcallPrivate::processEvents() { - //if(process_events) { - QCoreApplication::processEvents(QEventLoop::ExcludeUserInputEvents); - //} + if(process_events) { + QCoreApplication::processEvents(/*QEventLoop::ExcludeUserInputEvents*/); + } }