summaryrefslogtreecommitdiff
path: root/src/mainview.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/mainview.h
parentCleaner file management (diff)
downloadrekonq-6b3531099f72a7f460c15312707b65ca0415cfe4.tar.xz
detach tab action
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 23db69c0..f57c30b5 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -127,7 +127,8 @@ public slots:
void reloadAllTabs();
void nextTab();
void previousTab();
-
+ void detachTab(int index = -1);
+
// WEB slot actions
void webReload();
void webStop();