aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2016-10-26 08:21:00 +0200
committerAndy Shaw <andy.shaw@qt.io>2016-10-26 08:29:24 +0000
commitc849f3a7eff55d60c4010831ec67336c5c0f2a27 (patch)
tree1711ae4b7a257690f17748c63078c3313320dc04
parentffedab7ba0ecc816ebf5d80d1414d1972e61029b (diff)
Fix documentation for dragFinished signal
Change-Id: I9a38ab8ff60921e6d5ff6c2fa476b24d28781feb Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/quick/items/qquickdrag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickdrag.cpp b/src/quick/items/qquickdrag.cpp
index 71217ce146..d3c7adf2ba 100644
--- a/src/quick/items/qquickdrag.cpp
+++ b/src/quick/items/qquickdrag.cpp
@@ -701,7 +701,7 @@ void QQuickDragAttached::cancel()
*/
/*!
- \qmlattachedsignal QtQuick::Drag::dragFinished(DropAction action)
+ \qmlattachedsignal QtQuick::Drag::dragFinished(DropAction dropAction)
This signal is emitted when a drag finishes and the drag was started with the
\l startDrag() method or started automatically using the \l dragType property.