From: Peter Kümmel Date: Sun, 20 Dec 2009 14:27:19 +0000 (+0000) Subject: add progress widget X-Git-Tag: 2.0.0~4752 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0c19763f600ce5100b1e66db736389be356e699b;p=features.git add progress widget git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32599 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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*/); + } }