add progress widget

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32599 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2009-12-20 14:27:19 +00:00
parent aa613aaf01
commit 0c19763f60

View File

@ -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*/);
}
}