From c4fcbe9e342f5fa7b86b7facc662575a3f21689b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Martins?= Date: Sun, 15 Feb 2015 12:13:03 +0000 Subject: docs: Add a link to Drag and DropArea in MouseArea's drag section They are related subjects so deserve a mention. Change-Id: I52f338402c8568f54dfd4b91845f9fafa762ca4d Reviewed-by: Alan Alpert --- src/quick/items/qquickmousearea.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/quick/items/qquickmousearea.cpp') diff --git a/src/quick/items/qquickmousearea.cpp b/src/quick/items/qquickmousearea.cpp index dc7ba96c35..df9ed1810d 100644 --- a/src/quick/items/qquickmousearea.cpp +++ b/src/quick/items/qquickmousearea.cpp @@ -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 */ -- cgit v1.2.3