diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp index 5cfb829783..419b0d3a8a 100644 --- a/src/support/Systemcall.cpp +++ b/src/support/Systemcall.cpp @@ -361,7 +361,7 @@ void SystemcallPrivate::startProcess(QString const & cmd, string const & path) void SystemcallPrivate::processEvents() { - if(process_events_) { + if (process_events_) { QCoreApplication::processEvents(/*QEventLoop::ExcludeUserInputEvents*/); } }