Implement ProcessLauncherImpl::waitFor*() methods

Change-Id: I68b77300e77701e527079cecee4d92411f15be14
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2021-07-13 15:53:35 +02:00
parent a0857706c0
commit 10668b39ce
2 changed files with 57 additions and 7 deletions

View File

@@ -232,6 +232,7 @@ void LauncherSocketHandler::handleStartPacket()
process->setWorkingDirectory(packet.workingDir);
process->setProcessChannelMode(packet.mode);
process->start(packet.command, packet.arguments);
process->closeWriteChannel();
}
void LauncherSocketHandler::handleStopPacket()