Utils: Add more correct comment to QtcProcess::cleanedStd{Out,Err}

Change-Id: I50202db7d8455372c3697087d9571db6706b45a1
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2022-06-17 14:29:11 +02:00
parent eb411dfeb0
commit 644b51a699

View File

@@ -189,8 +189,8 @@ public:
QString stdOut() const; // possibly with CR
QString stdErr() const; // possibly with CR
QString cleanedStdOut() const; // with CR removed
QString cleanedStdErr() const; // with CR removed
QString cleanedStdOut() const; // with sequences of CR squashed and CR LF replaced by LF
QString cleanedStdErr() const; // with sequences of CR squashed and CR LF replaced by LF
const QStringList stdOutLines() const; // split, CR removed
const QStringList stdErrLines() const; // split, CR removed