diff options
| author | ChunLin Wang <wangchunlin@uniontech.com> | 2022-03-10 20:35:39 +0800 |
|---|---|---|
| committer | ChunLin Wang <wangchunlin@uniontech.com> | 2022-03-11 12:23:03 +0800 |
| commit | b92ab2b48e8a69baac0d236f09b56484d2ee7698 (patch) | |
| tree | cfb651a4b82587efba841b6d6fefc2176f870b44 /src/quick/handlers/qquickdraghandler.cpp | |
| parent | 09cb6a4952d17925c8389216c16605eb68ab3418 (diff) | |
fix doc for DragHandler
fix doc for DragHandler::snapMode
Fixes: QTBUG-101197
Pick-to: 6.2 6.3
Change-Id: I08c8273066baead59d54c151d0f158ad73b22244
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickdraghandler.cpp')
| -rw-r--r-- | src/quick/handlers/qquickdraghandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickdraghandler.cpp b/src/quick/handlers/qquickdraghandler.cpp index 365864bbe9..223969fbfa 100644 --- a/src/quick/handlers/qquickdraghandler.cpp +++ b/src/quick/handlers/qquickdraghandler.cpp @@ -127,7 +127,7 @@ void QQuickDragHandler::onGrabChanged(QQuickPointerHandler *grabber, QPointingDe } /*! - \qmlproperty enumeration QtQuick.DragHandler::snapMode + \qmlproperty enumeration QtQuick::DragHandler::snapMode This property holds the snap mode. |
