forked from qt-creator/qt-creator
Process: Introduce exitMessage() helper
This is going to be used for tweaked process result. Change-Id: I1e4117dcd6145e4748a55c285b2546974a6e7d00 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -182,6 +182,8 @@ public:
|
||||
const QStringList stdOutLines() const; // split, CR removed
|
||||
const QStringList stdErrLines() const; // split, CR removed
|
||||
|
||||
static QString exitMessage(const CommandLine &command, ProcessResult result,
|
||||
int exitCode, int maxHangTimerCount);
|
||||
QString exitMessage() const;
|
||||
|
||||
QString toStandaloneCommandLine() const;
|
||||
|
||||
Reference in New Issue
Block a user