Output panes: Do not allocate extra standard formatters

The OutputWindow base class has a functioning default formatter these
days.

Change-Id: I0a75d0a081cdd2cfdd913388419483df836a53e9
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2020-03-20 15:04:33 +01:00
parent 04a99c1de1
commit 6a07e2c341
5 changed files with 6 additions and 25 deletions

View File

@@ -34,20 +34,13 @@
#include <QPair>
QT_BEGIN_NAMESPACE
class QPlainTextEdit;
class QTextCharFormat;
class QToolButton;
QT_END_NAMESPACE
namespace Utils { class OutputFormatter; }
namespace ProjectExplorer {
class BuildManager;
class Task;
namespace Internal {
class ShowOutputTaskHandler;
class CompileOutputTextEdit;
@@ -98,7 +91,6 @@ private:
ShowOutputTaskHandler *m_handler;
QToolButton *m_cancelBuildButton;
QToolButton * const m_settingsButton;
Utils::OutputFormatter *m_formatter;
CompileOutputSettings m_settings;
};