forked from qt-creator/qt-creator
Core: De-pure IOutputPane::visibilityChanged()
Most implementations are empty. Change-Id: I811cacfc2918c8b2803798c4f5d3dabc7d60ccd1 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
d1a42414c5
commit
4b6a6acc4e
@@ -105,10 +105,6 @@ QString MessageOutputWindow::displayName() const
|
||||
return tr("General Messages");
|
||||
}
|
||||
|
||||
void MessageOutputWindow::visibilityChanged(bool /*b*/)
|
||||
{
|
||||
}
|
||||
|
||||
void MessageOutputWindow::append(const QString &text)
|
||||
{
|
||||
m_widget->appendMessage(text, Utils::DebugFormat);
|
||||
|
||||
Reference in New Issue
Block a user