From e1dc349d6bc117b5db8b8229804c3600ae57da0a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 14 Jul 2012 12:03:31 +0200 Subject: Review boomarks management Maybe this is a bit risky before release, but this lets us adding a bookmarks shortcut (CTRL+D) as used in the major browsers. With this commit, rekonq doubles this behavior. BUG: 303445 --- src/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index e7e03053..1382046b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -196,6 +196,9 @@ private Q_SLOTS: void toggleBookmarkBarVisible(bool); + // add bookmark + void bookmarkCurrentPage(); + /** * This is for the things to do ABSOLUTELY AFTER ctor launch: * the less, the better. -- cgit v1.2.1