mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix formatting
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32648 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0f8003c25a
commit
3c5fe7a93b
@ -398,8 +398,9 @@ void SystemcallPrivate::stdErr()
|
||||
}
|
||||
}
|
||||
const QString data = QString::fromLocal8Bit(errdata_);
|
||||
if (!data.isEmpty())
|
||||
if (!data.isEmpty()) {
|
||||
ProgressInterface::instance()->appendError(data);
|
||||
}
|
||||
processEvents();
|
||||
}
|
||||
|
||||
@ -407,9 +408,9 @@ void SystemcallPrivate::stdErr()
|
||||
void SystemcallPrivate::processStarted()
|
||||
{
|
||||
if (state != Running) {
|
||||
state = Running;
|
||||
ProgressInterface::instance()->processStarted(cmd_);
|
||||
}
|
||||
state = Running;
|
||||
ProgressInterface::instance()->processStarted(cmd_);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user