diff options
Diffstat (limited to 'src/dolphintabwidget.h')
| -rw-r--r-- | src/dolphintabwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h index 50ebd602a..ba2fd4867 100644 --- a/src/dolphintabwidget.h +++ b/src/dolphintabwidget.h @@ -174,8 +174,8 @@ private slots: void currentTabChanged(int index); protected: - virtual void tabInserted(int index) Q_DECL_OVERRIDE; - virtual void tabRemoved(int index) Q_DECL_OVERRIDE; + void tabInserted(int index) override; + void tabRemoved(int index) override; private: /** |
