This commit is contained in:
Richard Heck 2012-06-06 18:20:02 -04:00
parent b7ac2d69e7
commit 9e678569ad

View File

@ -361,7 +361,7 @@ void SystemcallPrivate::startProcess(QString const & cmd, string const & path)
void SystemcallPrivate::processEvents() void SystemcallPrivate::processEvents()
{ {
if(process_events_) { if (process_events_) {
QCoreApplication::processEvents(/*QEventLoop::ExcludeUserInputEvents*/); QCoreApplication::processEvents(/*QEventLoop::ExcludeUserInputEvents*/);
} }
} }