diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-24 16:55:38 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-24 16:55:38 +0200 |
commit | 25cc96d4f7c38181f8b1c6739fb90eaa403191c5 (patch) | |
tree | d39d7d9c1b10808400f7b22901e1b2b50ffaac1a /src/mainview.h | |
parent | Merge commit 'refs/merge-requests/2273' of git://gitorious.org/rekonq/mainlin... (diff) | |
parent | Added actions to switch to Tab #n (diff) | |
download | rekonq-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.h | 1 |
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(); |