┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placesitemmodel.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-05-21 21:43:26 +0200
committerPeter Penz <[email protected]>2012-05-21 21:48:45 +0200
commit894232ebda5b2cf155a4f4e5bf1287eb700faa18 (patch)
tree3eed796e481cb7d3f486d9032d46db57f172f803 /src/panels/places/placesitemmodel.cpp
parent3b6892b68575e55cae4571f17ddc55dca4abba88 (diff)
Places Panel: Show drop indicator
The dropping itself has not been implemented yet.
Diffstat (limited to 'src/panels/places/placesitemmodel.cpp')
-rw-r--r--src/panels/places/placesitemmodel.cpp6
1 files changed, 0 insertions, 6 deletions
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<int>& indexes) const
return mimeData;
}
-bool PlacesItemModel::supportsDropping(int index) const
-{
- Q_UNUSED(index);
- return true;
-}
-
KUrl PlacesItemModel::convertedUrl(const KUrl& url)
{
KUrl newUrl = url;