summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorNikhil Marathe <nsm.nikhil@gmail.com>2010-05-24 16:48:49 +0530
committerNikhil Marathe <nsm.nikhil@gmail.com>2010-05-24 16:48:49 +0530
commit9dc07f24c01c152d23c22cefab50db43fe517e95 (patch)
tree1e34e1f6724306f34279694435478b450bfa6781 /src/mainview.h
parentrekonq 0.4.71 (diff)
downloadrekonq-9dc07f24c01c152d23c22cefab50db43fe517e95.tar.xz
Added actions to switch to Tab #n
BUG: 235107
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 0cff4c81..636d37ac 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -135,6 +135,7 @@ public slots:
void detachTab(int index = -1);
void openClosedTabs();
void openClosedTab();
+ void switchToTab();
// WEB slot actions
void webReload();