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:
Orgad Shaneh
2020-10-08 17:55:43 +03:00
committed by Orgad Shaneh
parent d1a42414c5
commit 4b6a6acc4e
16 changed files with 5 additions and 37 deletions

View File

@@ -210,11 +210,6 @@ void SerialOutputPane::clearContents()
currentWindow->clear();
}
void SerialOutputPane::visibilityChanged(bool)
{
// Unused but pure virtual
}
bool SerialOutputPane::canFocus() const
{
return m_tabWidget->currentWidget();

View File

@@ -76,7 +76,6 @@ public:
int priorityInStatusBar() const final;
void clearContents() final;
void visibilityChanged(bool) final;
bool canFocus() const final;
bool hasFocus() const final;
void setFocus() final;