mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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()
|
||||
{
|
||||
if(process_events_) {
|
||||
if (process_events_) {
|
||||
QCoreApplication::processEvents(/*QEventLoop::ExcludeUserInputEvents*/);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user