From: Richard Heck Date: Wed, 6 Jun 2012 22:20:02 +0000 (-0400) Subject: Typo. X-Git-Tag: 2.1.0beta1~1788 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9e678569ad63e273e5066d8d268938027d2b874f;p=lyx.git Typo. --- 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*/); } }