summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-24 16:55:38 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-24 16:55:38 +0200
commit25cc96d4f7c38181f8b1c6739fb90eaa403191c5 (patch)
treed39d7d9c1b10808400f7b22901e1b2b50ffaac1a /src/mainview.h
parentMerge commit 'refs/merge-requests/2273' of git://gitorious.org/rekonq/mainlin... (diff)
parentAdded actions to switch to Tab #n (diff)
downloadrekonq-25cc96d4f7c38181f8b1c6739fb90eaa403191c5.tar.xz
Merge commit 'refs/merge-requests/2274' of git://gitorious.org/rekonq/mainline into m2274
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();