]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemmodelbase.h
Enable basic drag and drop support for the Places Panel
[dolphin.git] / src / kitemviews / kitemmodelbase.h
index 52fcaee36dcb08cb811d713c4909bf6ad577d897..129524b31d42e44ed0153b5b65fc2cb2d602c1f5 100644 (file)
@@ -154,7 +154,8 @@ public:
     /**
      * @return MIME-data for the items given by \a indexes. The default implementation
      *         returns 0. The ownership of the returned instance is in the hand of the
-     *         caller of this method.
+     *         caller of this method. The method must be implemented if dragging of
+     *         items should be possible.
      */
     virtual QMimeData* createMimeData(const QSet<int>& indexes) const;