summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-12-16 15:24:53 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-12-16 15:24:53 +0100
commit6b3531099f72a7f460c15312707b65ca0415cfe4 (patch)
tree5f1c9719c6d948bddee6260aeda6b6596d4ff1d9 /src/tabbar.h
parentCleaner file management (diff)
downloadrekonq-6b3531099f72a7f460c15312707b65ca0415cfe4.tar.xz
detach tab action
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h4
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 &);