From 073f8cae13f2637c0bf2f5611295e103418d52ff Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 26 May 2012 13:40:48 +0200 Subject: Further preperations for drag & drop support in the places panel --- src/panels/places/placesitemmodel.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/panels/places/placesitemmodel.h') diff --git a/src/panels/places/placesitemmodel.h b/src/panels/places/placesitemmodel.h index 18264f06a..95a994e76 100644 --- a/src/panels/places/placesitemmodel.h +++ b/src/panels/places/placesitemmodel.h @@ -108,6 +108,8 @@ public: /** @reimp */ virtual QMimeData* createMimeData(const QSet& indexes) const; + void dropMimeData(int index, const QMimeData* mimeData); + /** * @return Converts the URL, which contains "virtual" URLs for system-items like * "search:/documents" into a Nepomuk-Query-URL that will be handled by @@ -195,6 +197,8 @@ private: */ void triggerBookmarksSaving(); + QString internalMimeType() const; + /** * @return True if the bookmarks have the same identifiers. The identifier * is the unique "ID"-property in case if no UDI is set, otherwise -- cgit v1.3.1