From 894232ebda5b2cf155a4f4e5bf1287eb700faa18 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 21 May 2012 21:43:26 +0200 Subject: Places Panel: Show drop indicator The dropping itself has not been implemented yet. --- src/panels/places/placesitemmodel.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/panels/places/placesitemmodel.cpp') diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp index 68311bbab..2a3dfa441 100644 --- a/src/panels/places/placesitemmodel.cpp +++ b/src/panels/places/placesitemmodel.cpp @@ -339,12 +339,6 @@ QMimeData* PlacesItemModel::createMimeData(const QSet& indexes) const return mimeData; } -bool PlacesItemModel::supportsDropping(int index) const -{ - Q_UNUSED(index); - return true; -} - KUrl PlacesItemModel::convertedUrl(const KUrl& url) { KUrl newUrl = url; -- cgit v1.3