forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user