Filter console output, no more sea of red when there's nothing to report.

This commit is contained in:
Petr Mrázek
2013-03-26 14:34:34 +01:00
parent d2eef6974b
commit d24c4823ef
2 changed files with 33 additions and 2 deletions

View File

@ -104,6 +104,8 @@ protected:
InstancePtr m_instance;
QString m_user;
QString m_session;
QString m_err_leftover;
QString m_out_leftover;
QProcess m_prepostlaunchprocess;
QStringList m_arguments;