Separated child-process stdout/stderr, and seperated "our" output/errors.

So now the "Applciation Output" can distinguish between these four, and
handle them appropriately.
This commit is contained in:
Erik Verbruggen
2010-04-19 14:21:33 +02:00
parent 53425816af
commit e3bceff3ee
36 changed files with 223 additions and 189 deletions

View File

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