diff options
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 76d70197..f0476cbd 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -69,6 +69,7 @@ signals: void closeOtherTabs(int index); void reloadTab(int index); void reloadAllTabs(); + void detachTab(int index); protected: /** @@ -85,7 +86,8 @@ private slots: void closeTab(); void closeOtherTabs(); void reloadTab(); - + void detachTab(); + void contextMenu(int, const QPoint &); void emptyAreaContextMenu(const QPoint &); |