From 0c19763f600ce5100b1e66db736389be356e699b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sun, 20 Dec 2009 14:27:19 +0000 Subject: [PATCH] add progress widget git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32599 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/Systemcall.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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*/); + } } -- 2.39.5