ipc process fix

This commit is contained in:
pokamest 2021-02-03 20:05:50 +03:00
parent b6571d99de
commit b398f42ada

View file

@ -67,9 +67,12 @@ void IpcServerProcess::setInputChannelMode(QProcess::InputChannelMode mode)
void IpcServerProcess::setNativeArguments(const QString &arguments)
{
#ifdef Q_OS_WIN
m_process->setNativeArguments(arguments);
#endif
}
void IpcServerProcess::setProcessChannelMode(QProcess::ProcessChannelMode mode)
{
m_process->setProcessChannelMode(mode);