forked from qt-creator/qt-creator
QtcProcess: Drop return value from stopProcess()
It wasn't used at all. Change-Id: Ife0989c73c67b6106e61c40931f318ee7a5b062d Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -166,7 +166,7 @@ public:
|
||||
void setStdErrCallback(const std::function<void(const QString &)> &callback);
|
||||
void setStdErrLineCallback(const std::function<void(const QString &)> &callback);
|
||||
|
||||
bool stopProcess();
|
||||
void stopProcess();
|
||||
bool readDataFromProcess(int timeoutS, QByteArray *stdOut, QByteArray *stdErr,
|
||||
bool showTimeOutMessageBox);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user