Merge remote-tracking branch 'origin/8.0'

Change-Id: I3f218b52bf6904daca3779fb677e51f6f51f2f9f
This commit is contained in:
Eike Ziller
2022-06-23 11:17:33 +02:00
239 changed files with 2001 additions and 1532 deletions

View File

@@ -85,7 +85,7 @@ static bool runCommand(const CommandLine &command, QString *stdOutput, QString *
p.setCommand(command);
p.runBlocking();
if (stdOutput)
*stdOutput = p.stdOut();
*stdOutput = p.cleanedStdOut();
if (allOutput)
*allOutput = p.allOutput();
return p.result() == ProcessResult::FinishedWithSuccess;