diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-17 00:54:43 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-17 00:54:43 +0200 |
commit | fb18bcaf4d513fb7c67cbf9c1b172eed3de0c4bc (patch) | |
tree | 1b95642d42cfa5cc077a6c290d688999c1d704b9 /src/bookmarks/bookmarkstreemodel.cpp | |
parent | Merge commit 'refs/merge-requests/211' of git://gitorious.org/rekonq/mainline... (diff) | |
parent | Add a comment (diff) | |
download | rekonq-fb18bcaf4d513fb7c67cbf9c1b172eed3de0c4bc.tar.xz |
Merge commit 'refs/merge-requests/212' of git://gitorious.org/rekonq/mainline into m212_3
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"); } |