summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-07-14 12:03:31 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-07-14 12:03:31 +0200
commite1dc349d6bc117b5db8b8229804c3600ae57da0a (patch)
tree9a83c9e8d7f984fbfaf335ee8ece31607d9d12d7 /src/mainwindow.h
parentSave a site snapshot when adding a favorite via the urlbar (diff)
downloadrekonq-e1dc349d6bc117b5db8b8229804c3600ae57da0a.tar.xz
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
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
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.