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:
@@ -87,7 +87,8 @@ signals:
|
||||
void stopRequested();
|
||||
|
||||
private slots:
|
||||
void slotAddToOutputWindowInline(const QString &output);
|
||||
void slotAddToOutputWindowInline(const QString &output, bool onStdErr);
|
||||
void slotMessageAvailable(const QString &data, bool isError);
|
||||
|
||||
private:
|
||||
void init();
|
||||
|
||||
Reference in New Issue
Block a user