forked from qt-creator/qt-creator
Core: Remove unused OutputWindow accessor
Change-Id: I0845eb0e10f970a473ee5ccd13f7586a5c21b6a6 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -214,11 +214,6 @@ void OutputWindow::keyPressEvent(QKeyEvent *ev)
|
|||||||
verticalScrollBar()->triggerAction(QAbstractSlider::SliderToMaximum);
|
verticalScrollBar()->triggerAction(QAbstractSlider::SliderToMaximum);
|
||||||
}
|
}
|
||||||
|
|
||||||
OutputFormatter *OutputWindow::formatter() const
|
|
||||||
{
|
|
||||||
return d->formatter;
|
|
||||||
}
|
|
||||||
|
|
||||||
void OutputWindow::setFormatter(OutputFormatter *formatter)
|
void OutputWindow::setFormatter(OutputFormatter *formatter)
|
||||||
{
|
{
|
||||||
d->formatter = formatter;
|
d->formatter = formatter;
|
||||||
|
@@ -56,7 +56,6 @@ public:
|
|||||||
OutputWindow(Context context, const QString &settingsKey, QWidget *parent = nullptr);
|
OutputWindow(Context context, const QString &settingsKey, QWidget *parent = nullptr);
|
||||||
~OutputWindow() override;
|
~OutputWindow() override;
|
||||||
|
|
||||||
Utils::OutputFormatter *formatter() const;
|
|
||||||
void setFormatter(Utils::OutputFormatter *formatter);
|
void setFormatter(Utils::OutputFormatter *formatter);
|
||||||
|
|
||||||
void appendMessage(const QString &out, Utils::OutputFormat format);
|
void appendMessage(const QString &out, Utils::OutputFormat format);
|
||||||
|
Reference in New Issue
Block a user