Support ProcessChannelMode in ProcessLauncherImpl

Change-Id: Ifb919f19aac8ad223e6beb93c4c14fa4fdb204e9
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2021-07-12 13:46:31 +02:00
parent 3335a78d5f
commit 2aa533c7dd
4 changed files with 13 additions and 3 deletions

View File

@@ -222,6 +222,7 @@ void LauncherSocketHandler::handleStartPacket()
m_packetParser.packetData());
process->setEnvironment(packet.env);
process->setWorkingDirectory(packet.workingDir);
process->setProcessChannelMode(packet.mode);
process->start(packet.command, packet.arguments);
}