diff options
Diffstat (limited to 'src/dolphintabbar.h')
| -rw-r--r-- | src/dolphintabbar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphintabbar.h b/src/dolphintabbar.h index 1210b974e..54eeea774 100644 --- a/src/dolphintabbar.h +++ b/src/dolphintabbar.h @@ -24,6 +24,8 @@ Q_SIGNALS: void tabRenamed(int index, const QString &label); protected: + QSize tabSizeHint(int index) const override; + QSize minimumSizeHint() const override; void dragEnterEvent(QDragEnterEvent *event) override; void dragLeaveEvent(QDragLeaveEvent *event) override; void dragMoveEvent(QDragMoveEvent *event) override; @@ -39,6 +41,7 @@ protected: private Q_SLOTS: void slotAutoActivationTimeout(); + void slotTabBarChanged(); private: /** |
