Skip to content
Commit d1155030 authored by Fabian Vogt's avatar Fabian Vogt
Browse files

startkde: Forward stdout/stderr of started processes

QProcess::start defaults to capturing all output, but that got lost as it is
never read. Set QProcess::ForwardedChannels explicitly where it was missing,
so that output ends up in the correct place again.
parent 02af6bd9
Pipeline #141724 passed with stage
in 5 minutes and 46 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment