aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-09-10 18:13:03 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2018-09-11 13:37:24 +0000
commit87cf774d4e91472d9630b4ae9efbf0a11f3d3a48 (patch)
treeaad5e52cadc12f32d15c4f78d2e927961fdb219b /src/quick/handlers
parentf681bf66155a18fa0367401d17559ab4c93abd46 (diff)
Doc: Show that DragHandler is now a multi-point handler
Inheritance changed, and that means it has a centroid property. Amends ca7cdd71ee33f0d77eb6bf1367d2532e26155cb2 Task-number: QTBUG-68106 Change-Id: Ie68eb1376868b143dd56564a3abc896dd7e745c6 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'src/quick/handlers')
-rw-r--r--src/quick/handlers/qquickdraghandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickdraghandler.cpp b/src/quick/handlers/qquickdraghandler.cpp
index b8f08639ef..aa66c16007 100644
--- a/src/quick/handlers/qquickdraghandler.cpp
+++ b/src/quick/handlers/qquickdraghandler.cpp
@@ -50,7 +50,7 @@ Q_LOGGING_CATEGORY(lcDragHandler, "qt.quick.handler.drag")
/*!
\qmltype DragHandler
\instantiates QQuickDragHandler
- \inherits SinglePointHandler
+ \inherits MultiPointHandler
\inqmlmodule QtQuick
\ingroup qtquick-input-handlers
\brief Handler for dragging.