mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
just discovered qtcreators feature 'replace tabs on save' ;)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32377 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f69ec61315
commit
6fa6bcf1a9
@ -107,7 +107,7 @@ int Systemcall::startscript(Starttype how, string const & what, bool process_eve
|
|||||||
|
|
||||||
|
|
||||||
d.startProcess(cmd);
|
d.startProcess(cmd);
|
||||||
if (!d.waitWhile(SystemcallPrivate::Starting, process_events, -1)) {
|
if (!d.waitWhile(SystemcallPrivate::Starting, process_events, -1)) {
|
||||||
LYXERR0("QProcess " << cmd << " did not start!");
|
LYXERR0("QProcess " << cmd << " did not start!");
|
||||||
LYXERR0("error " << d.errorMessage());
|
LYXERR0("error " << d.errorMessage());
|
||||||
return 10;
|
return 10;
|
||||||
@ -128,7 +128,7 @@ int Systemcall::startscript(Starttype how, string const & what, bool process_eve
|
|||||||
|
|
||||||
int const exit_code = d.exitCode();
|
int const exit_code = d.exitCode();
|
||||||
if (exit_code) {
|
if (exit_code) {
|
||||||
LYXERR0("QProcess cmd: ' " << cmd << "' finished with exit code " << exit_code);
|
LYXERR0("QProcess cmd: ' " << cmd << "' finished with exit code " << exit_code);
|
||||||
}
|
}
|
||||||
|
|
||||||
return exit_code;
|
return exit_code;
|
||||||
|
Loading…
Reference in New Issue
Block a user