diff options
Diffstat (limited to 'src/kitemviews/kitemlistview.h')
| -rw-r--r-- | src/kitemviews/kitemlistview.h | 3 |
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(); |
