Implement setStandardInputFile() in ProcessLauncherImpl

Change-Id: I4d77c86ecb750573ce5421ca7300eb27f9f76108
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2021-07-12 15:11:30 +02:00
parent d005e71da0
commit 17f907da9b
6 changed files with 8 additions and 3 deletions

View File

@@ -326,6 +326,7 @@ void LauncherHandle::doStart()
p.workingDir = m_workingDirectory;
p.openMode = m_openMode;
p.channelMode = m_channelMode;
p.standardInputFile = m_standardInputFile;
sendPacket(p);
}