┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemlistview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-05-28 23:10:20 +0200
committerPeter Penz <[email protected]>2012-05-28 23:11:52 +0200
commit4e2f3dcffe2c2388e9d2d63e626ee6d03abce953 (patch)
tree7249e8bfda0cbec3d913abfdefdf6deb93d9d134 /src/kitemviews/kitemlistview.h
parent276100dcecf19b8037d4da37109c1f8fe6d85459 (diff)
Implement dropping of items into the Places Panel
Some polishing regarding the icons and group-alignment must still be done, but at least the basic functionality is back again.
Diffstat (limited to 'src/kitemviews/kitemlistview.h')
-rw-r--r--src/kitemviews/kitemlistview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h
index de40791da..5723b9aaa 100644
--- a/src/kitemviews/kitemlistview.h
+++ b/src/kitemviews/kitemlistview.h
@@ -634,7 +634,8 @@ private:
* Shows a drop-indicator between items dependent on the given
* cursor position. The cursor position is relative the the upper left
* edge of the view.
- * @return Index of the item where the dropping is done.
+ * @return Index of the item where the dropping is done. An index of -1
+ * indicates that the item has been dropped after the last item.
*/
int showDropIndicator(const QPointF& pos);
void hideDropIndicator();