summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tabbar.h b/src/tabbar.h
index 161612c2..6bdbdc09 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -74,6 +74,7 @@ Q_SIGNALS:
void reloadTab(int index);
void reloadAllTabs();
void detachTab(int index);
+ void tabLayoutChanged();
protected:
/**
@@ -87,6 +88,7 @@ protected:
virtual void leaveEvent(QEvent *event);
virtual void mousePressEvent(QMouseEvent *event);
+ virtual void tabLayoutChange();
virtual void tabRemoved(int index);
void dropEvent(QDropEvent *event);
void dragEnterEvent(QDragEnterEvent *event);