summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-04-28 00:10:08 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-04-28 00:10:08 +0200
commit033fe621dac20e43047d6c394bb378b9a86ec5f5 (patch)
treee58acb9866f4df50c626cf902391e817e86958f9 /src/mainview.h
parent- A new option to set/unset the current bookmark bar folder in the context menu (diff)
downloadrekonq-033fe621dac20e43047d6c394bb378b9a86ec5f5.tar.xz
Imported Opera feature to load favorite page with number 1..9 by pressing CTRL + 1..9
Courtesy patch by Thomas Murach. Thanks :) Reviewed by Pierre, Felix... and me! RB: 101043 PS: Thomas, I see one corner problem with your patch: Opera has clearly indicated favorites preview number, while rekonq hasn't. Any idea to fill the gap?
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 acc2d8c9..d01bb5b8 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -152,6 +152,7 @@ public Q_SLOTS:
void openLastClosedTab();
void openClosedTab();
void switchToTab();
+ void loadFavorite(const int index);
// WEB slot actions
void webReload();