forked from qt-creator/qt-creator
StartProcessPacket: Get rid of m_processChannelMode
We handle process merging in CallerHandle.
Amends de1bef18e2
Change-Id: I682d600c3ddb0306167389b77cfae8181c1dc9d1
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -396,7 +396,6 @@ void CallerHandle::start(const QString &program, const QStringList &arguments)
|
||||
p->workingDir = m_setup->m_workingDirectory.path();
|
||||
p->processMode = m_setup->m_processMode;
|
||||
p->writeData = m_setup->m_writeData;
|
||||
p->processChannelMode = m_setup->m_processChannelMode;
|
||||
p->standardInputFile = m_setup->m_standardInputFile;
|
||||
p->belowNormalPriority = m_setup->m_belowNormalPriority;
|
||||
p->nativeArguments = m_setup->m_nativeArguments;
|
||||
|
||||
Reference in New Issue
Block a user