docs: Add a link to Drag and DropArea in MouseArea's drag section
authorSérgio Martins <sergio.martins@kdab.com>
Sun, 15 Feb 2015 12:13:03 +0000 (12:13 +0000)
committerSérgio Martins <sergio.martins@kdab.com>
Tue, 17 Feb 2015 18:43:22 +0000 (18:43 +0000)
They are related subjects so deserve a mention.

Change-Id: I52f338402c8568f54dfd4b91845f9fafa762ca4d
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
src/quick/items/qquickmousearea.cpp

index dc7ba96..df9ed18 100644 (file)
@@ -1275,6 +1275,8 @@ void QQuickMouseArea::setCursorShape(Qt::CursorShape shape)
     started. If set to \c false, the target will be moved straight to the current mouse position.
     By default, this property is \c true. This property was added in Qt Quick 2.4
 
+    See the \l Drag attached property and \l DropArea if you want to make a drop.
+
     \snippet qml/mousearea/mouseareadragfilter.qml dragfilter
 
 */