forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user