diff options
Diffstat (limited to 'src/panels/places/placesitemmodel.h')
| -rw-r--r-- | src/panels/places/placesitemmodel.h | 4 |
1 files changed, 4 insertions, 0 deletions
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<int>& 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 |
