diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-03-27 22:17:20 +0100 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-03-27 22:17:20 +0100 |
commit | 6183e8e1c21807299f04f4e84c43486cf684f140 (patch) | |
tree | 26ecbe5605fdd6a5e1d7a0039c2e49fc4fc53775 /src/bookmarks/bookmarkspanel.h | |
parent | Fix missing strings on the history panel (diff) | |
download | rekonq-6183e8e1c21807299f04f4e84c43486cf684f140.tar.xz |
- Remove the Add Bookmark action from the different context menus
- Add Bookmark Here now add the bookmark on top of the selected item
- ctor initialisation for the UrlTreeView of the history panel
Diffstat (limited to 'src/bookmarks/bookmarkspanel.h')
-rw-r--r-- | src/bookmarks/bookmarkspanel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkspanel.h b/src/bookmarks/bookmarkspanel.h index be52804f..f8528b71 100644 --- a/src/bookmarks/bookmarkspanel.h +++ b/src/bookmarks/bookmarkspanel.h @@ -66,7 +66,6 @@ private slots: void deleteBookmark(); void openFolderInTabs(); void editBookmark(); - void newBookmark(); void newBookmarkGroup(); void newSeparator(); void onCollapse(const QModelIndex &index); |