summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-11 11:20:24 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-11 11:20:24 +0200
commita32b1a830acaaeda5caa070d046e5676fa8e9734 (patch)
tree417efb2d3e8976a72d52a0a8bd18b87a40318d8d /src/mainview.h
parentAdd "days" word to better explain the adblock update interval (diff)
downloadrekonq-a32b1a830acaaeda5caa070d046e5676fa8e9734.tar.xz
(Re)-open closed tabs
tabbar actions & CTRL + SHIFT + T shortcut for the last Johannes Zellner's patch. Thanks :)
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h
index eb5b3e02..6edccc15 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -132,6 +132,8 @@ public slots:
void nextTab();
void previousTab();
void detachTab(int index = -1);
+ void openClosedTabs();
+ void openClosedTab();
// WEB slot actions
void webReload();