Skip to content

Don't discard data read from process

Thomas Baumgart requested to merge fix-487477 into master

Calling QProcess::readAllStandardOutput() twice discards the data returned during the first call

Merge request reports