mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 11:52:25 +00:00
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:
parent
aa613aaf01
commit
0c19763f60
@ -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*/);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user