Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19ac3d commit 0475a81Copy full SHA for 0475a81
src/cpp/desktop/DesktopSessionLauncher.cpp
@@ -51,7 +51,7 @@ void launchProcess(std::string absPath,
51
if (options().runDiagnostics())
52
pProcess->setProcessChannelMode(QProcess::ForwardedChannels);
53
else
54
- pProcess->setProcessChannelMode(QProcess::ForwardedOutputChannel);
+ pProcess->setProcessChannelMode(QProcess::SeparateChannels);
55
pProcess->start(QString::fromUtf8(absPath.c_str()), argList);
56
*ppProc = pProcess;
57
}
0 commit comments