diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-09-15 23:41:49 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-09-15 23:41:49 +0200 |
commit | ef2d5465aee86115cca6343cbaeacca4ed699b12 (patch) | |
tree | 996aab5a7a2cc1385ca428c5fa797760557a445c /src/bookmarks/bookmarkstreemodel.cpp | |
parent | Upgraded download i18n script to automagically grab translation strings (diff) | |
download | rekonq-ef2d5465aee86115cca6343cbaeacca4ed699b12.tar.xz |
- Bookmarklet support
- text/uri-list drops in the BK toolbar
- Don't allow other drag than bookmarks in the BK panel (for the moment)
- A little cleanup
BUG: 250623
Diffstat (limited to 'src/bookmarks/bookmarkstreemodel.cpp')
-rw-r--r-- | src/bookmarks/bookmarkstreemodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkstreemodel.cpp b/src/bookmarks/bookmarkstreemodel.cpp index 8d702fb9..f13cee42 100644 --- a/src/bookmarks/bookmarkstreemodel.cpp +++ b/src/bookmarks/bookmarkstreemodel.cpp @@ -268,7 +268,7 @@ QVariant BookmarksTreeModel::data(const QModelIndex &index, int role) const QStringList BookmarksTreeModel::mimeTypes() const { - return KBookmark::List::mimeDataTypes(); + return QStringList("application/rekonq-bookmark"); } |