From d787c252f073fab19e97cf10884591053fe05aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20E=2E=20Narv=C3=A1ez?= Date: Mon, 19 Mar 2012 00:23:23 -0500 Subject: Change Bookmark MIME Type and Centralize As discussed in the mailing list, this changes the MIME type to x-rekonq-bookmark and centralizes all references to that MIME type in one static method. REVIEW: 104197 --- src/bookmarks/bookmarkmanager.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/bookmarks/bookmarkmanager.h') diff --git a/src/bookmarks/bookmarkmanager.h b/src/bookmarks/bookmarkmanager.h index 0de128a7..e5528a8a 100644 --- a/src/bookmarks/bookmarkmanager.h +++ b/src/bookmarks/bookmarkmanager.h @@ -126,6 +126,11 @@ public: void openFolderinTabs(const KBookmarkGroup &bm); void emitChanged(); + static inline QString bookmark_mime_type() + { + return QL1S("application/x-rekonq-bookmark"); + } + public Q_SLOTS: /** * @short Waits for signal that the group with the address has been modified by the caller. -- cgit v1.2.1