mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
fix stupid renaming error
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34914 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fd24419145
commit
146b1083a1
@ -295,11 +295,11 @@ bool SystemcallPrivate::waitWhile(State waitwhile, bool process_events, int time
|
||||
if (!process_)
|
||||
return false;
|
||||
|
||||
process_events = process_events;
|
||||
process_events_ = process_events;
|
||||
|
||||
// Block GUI while waiting,
|
||||
// relay on QProcess' wait functions
|
||||
if (!process_events) {
|
||||
if (!process_events_) {
|
||||
if (waitwhile == Starting)
|
||||
return process_->waitForStarted(timeout);
|
||||
if (waitwhile == Running)
|
||||
|
Loading…
Reference in New Issue
Block a user