diff options
Diffstat (limited to 'src/tabwindow/tabbar.h')
-rw-r--r-- | src/tabwindow/tabbar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tabwindow/tabbar.h b/src/tabwindow/tabbar.h index b325eab8..c27b238f 100644 --- a/src/tabwindow/tabbar.h +++ b/src/tabwindow/tabbar.h @@ -64,7 +64,7 @@ protected: virtual void tabInserted(int index); virtual void tabRemoved(int index); - + virtual void tabLayoutChange(); Q_SIGNALS: @@ -84,7 +84,7 @@ private Q_SLOTS: void pinTab(); void unpinTab(); - + void contextMenu(int, const QPoint &); void emptyAreaContextMenu(const QPoint &); @@ -92,7 +92,7 @@ private Q_SLOTS: void showTabPreview(); void hideTabPreview(); - + private: // highlightAnimation TabHighlightEffect *m_tabHighlightEffect; |