forked from qt-creator/qt-creator
CompileOutput: Use output formatter
Change-Id: Ie7c3fd73de33fb5cfcc56f371ea72463f2ef72f4 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
85c1bab7a1
commit
61aa2d3741
@@ -37,7 +37,7 @@ class QTextCharFormat;
|
||||
class QToolButton;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Utils { class AnsiEscapeCodeHandler; }
|
||||
namespace Utils { class OutputFormatter; }
|
||||
|
||||
namespace ProjectExplorer {
|
||||
|
||||
@@ -91,7 +91,7 @@ private:
|
||||
QToolButton *m_cancelBuildButton;
|
||||
QToolButton *m_zoomInButton;
|
||||
QToolButton *m_zoomOutButton;
|
||||
Utils::AnsiEscapeCodeHandler *m_escapeCodeHandler;
|
||||
Utils::OutputFormatter *m_formatter;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user