mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Typo.
This commit is contained in:
parent
b7ac2d69e7
commit
9e678569ad
@ -361,7 +361,7 @@ void SystemcallPrivate::startProcess(QString const & cmd, string const & path)
|
|||||||
|
|
||||||
void SystemcallPrivate::processEvents()
|
void SystemcallPrivate::processEvents()
|
||||||
{
|
{
|
||||||
if(process_events_) {
|
if (process_events_) {
|
||||||
QCoreApplication::processEvents(/*QEventLoop::ExcludeUserInputEvents*/);
|
QCoreApplication::processEvents(/*QEventLoop::ExcludeUserInputEvents*/);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user