From 0a23e840e27964fad75e8b0ef7b31701c51f93d5 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 28 Feb 2014 09:13:58 +0100 Subject: Tidy up DropArea documentation. The delegate property was removed because it doesn't exist. Change-Id: I010880773629868f3c640c0a4ed34f132454d2f7 Reviewed-by: Jerome Pasion --- src/quick/items/qquickdroparea.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/quick/items/qquickdroparea.cpp') diff --git a/src/quick/items/qquickdroparea.cpp b/src/quick/items/qquickdroparea.cpp index 8d58ffbfae..57e500a150 100644 --- a/src/quick/items/qquickdroparea.cpp +++ b/src/quick/items/qquickdroparea.cpp @@ -109,9 +109,6 @@ QQuickDropAreaPrivate::~QQuickDropAreaPrivate() The \l drag.source property is communicated to the source of a drag event as the recipient of a drop on the drag target. - - The \l delegate property provides a means to specify a component to be - instantiated for each active drag over a drag target. */ QQuickDropArea::QQuickDropArea(QQuickItem *parent) @@ -308,7 +305,7 @@ void QQuickDropArea::dragLeaveEvent(QDragLeaveEvent *) /*! \qmlsignal QtQuick::DropArea::onDropped(DragEvent drop) - This handler is called when a drop event occurs within the bounds of a + This handler is called when a drop event occurs within the bounds of a DropArea. */ @@ -383,8 +380,8 @@ void QQuickDropArea::dropEvent(QDropEvent *event) The drop action may be one of: \list - \li Qt.CopyAction Copy the data to the target - \li Qt.MoveAction Move the data from the source to the target + \li Qt.CopyAction Copy the data to the target. + \li Qt.MoveAction Move the data from the source to the target. \li Qt.LinkAction Create a link from the source to the target. \li Qt.IgnoreAction Ignore the action (do nothing with the data). \endlist -- cgit v1.2.3