ipc process fix
This commit is contained in:
parent
b6571d99de
commit
b398f42ada
1 changed files with 3 additions and 0 deletions
|
|
@ -67,9 +67,12 @@ void IpcServerProcess::setInputChannelMode(QProcess::InputChannelMode mode)
|
||||||
|
|
||||||
void IpcServerProcess::setNativeArguments(const QString &arguments)
|
void IpcServerProcess::setNativeArguments(const QString &arguments)
|
||||||
{
|
{
|
||||||
|
#ifdef Q_OS_WIN
|
||||||
m_process->setNativeArguments(arguments);
|
m_process->setNativeArguments(arguments);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void IpcServerProcess::setProcessChannelMode(QProcess::ProcessChannelMode mode)
|
void IpcServerProcess::setProcessChannelMode(QProcess::ProcessChannelMode mode)
|
||||||
{
|
{
|
||||||
m_process->setProcessChannelMode(mode);
|
m_process->setProcessChannelMode(mode);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue