mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 11:52:25 +00:00
Fix compilation without QProcess.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32491 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8c8675e2ca
commit
472b09d735
@ -52,7 +52,8 @@ namespace support {
|
||||
|
||||
// Reuse of instance
|
||||
#ifndef USE_QPROCESS
|
||||
int Systemcall::startscript(Starttype how, string const & what)
|
||||
int Systemcall::startscript(Starttype how, string const & what,
|
||||
bool /*process_events*/)
|
||||
{
|
||||
string command = what;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user