forked from qt-creator/qt-creator
ConsoleProcess: undo pointless processError() => processMessage(bool error) change
This commit is contained in:
@@ -160,7 +160,7 @@ private slots:
|
||||
void postCommandSequence(unsigned mask);
|
||||
void operateByInstructionTriggered(bool);
|
||||
|
||||
void consoleStubMessage(const QString &, bool);
|
||||
void consoleStubError(const QString &);
|
||||
void consoleStubProcessStarted();
|
||||
void consoleStubExited();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user