ConsoleProcess: undo pointless processError() => processMessage(bool error) change

This commit is contained in:
Oswald Buddenhagen
2011-05-11 16:27:33 +02:00
parent 322a8481a7
commit cfb232eba9
9 changed files with 47 additions and 51 deletions

View File

@@ -95,7 +95,7 @@ public:
#endif
signals:
void processMessage(const QString &message, bool isError);
void processError(const QString &error);
// These reflect the state of the actual client process
void processStarted();
void processStopped();