Skip to content

Commit 1cd29d0

Browse files
andrewcompany87Zhao, Andrew
and
Zhao, Andrew
authored
Chore: add MergedChannels (#12)
Co-authored-by: Zhao, Andrew <Andrew.Zhao+Barco@barco.com>
1 parent 5db78eb commit 1cd29d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/installer/consumeoutputoperation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ bool ConsumeOutputOperation::performOperation()
9191
int waitCount = 0;
9292
while (executableOutput.isEmpty() && waitCount < 3) {
9393
QProcess process;
94+
process.setProcessChannelMode(QProcess::MergedChannels);
9495
process.start(executable, processArguments, QIODevice::ReadOnly);
9596
if (process.waitForFinished(10000)) {
9697
if (process.exitStatus() == QProcess::CrashExit) {

0 commit comments

Comments
 (0)