forked from qt-creator/qt-creator
Process: Get rid of timeoutS()
The setter setTimeoutS() is going to be removed soon. It's going to be replaced by the extra arg to runBlocking(). Change-Id: I60b8c952ba5e27e36183f8652aaa92059e08746e Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -149,7 +149,6 @@ public:
|
||||
/* Timeout for hanging processes (triggers after no more output
|
||||
* occurs on stderr/stdout). */
|
||||
void setTimeoutS(int timeoutS);
|
||||
int timeoutS() const;
|
||||
|
||||
// TODO: We should specify the purpose of the codec, e.g. setCodecForStandardChannel()
|
||||
void setCodec(QTextCodec *c);
|
||||
@@ -182,8 +181,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);
|
||||
static QString exitMessage(const CommandLine &command, ProcessResult result, int exitCode,
|
||||
int timeoutInSeconds);
|
||||
QString exitMessage() const;
|
||||
|
||||
QString toStandaloneCommandLine() const;
|
||||
|
||||
Reference in New Issue
Block a user