mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
workaround for Qt (4.5.2) bug: QProcess::started() is emitted twice
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32646 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
694ab1b043
commit
94ab8c8f74
@ -406,9 +406,11 @@ void SystemcallPrivate::stdErr()
|
||||
|
||||
void SystemcallPrivate::processStarted()
|
||||
{
|
||||
if (state != Running) {
|
||||
state = Running;
|
||||
ProgressInterface::instance()->processStarted(cmd_);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void SystemcallPrivate::processFinished(int, QProcess::ExitStatus)
|
||||
|
Loading…
Reference in New Issue
Block a user