Core: Remove unused OutputWindow accessor

Change-Id: I0845eb0e10f970a473ee5ccd13f7586a5c21b6a6
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2020-03-13 15:37:48 +01:00
parent 54bf94afaf
commit fc9bdf1255
2 changed files with 0 additions and 6 deletions

View File

@@ -214,11 +214,6 @@ void OutputWindow::keyPressEvent(QKeyEvent *ev)
verticalScrollBar()->triggerAction(QAbstractSlider::SliderToMaximum);
}
OutputFormatter *OutputWindow::formatter() const
{
return d->formatter;
}
void OutputWindow::setFormatter(OutputFormatter *formatter)
{
d->formatter = formatter;

View File

@@ -56,7 +56,6 @@ public:
OutputWindow(Context context, const QString &settingsKey, QWidget *parent = nullptr);
~OutputWindow() override;
Utils::OutputFormatter *formatter() const;
void setFormatter(Utils::OutputFormatter *formatter);
void appendMessage(const QString &out, Utils::OutputFormat format);