diff options
| author | David Boddie <david.boddie@qt.io> | 2024-12-04 16:18:20 +0100 |
|---|---|---|
| committer | David Boddie <david.boddie@qt.io> | 2024-12-05 12:54:02 +0100 |
| commit | 7f1025780738c75e959f6416ed889a88e6d42dc5 (patch) | |
| tree | 76a82489ce78447934af92e709fddd3a703c6299 /src/quick/handlers/qquickdraghandler.cpp | |
| parent | e989128888b26dac4a64eaa68327a818de5321b5 (diff) | |
doc: Fix string, vector2d and matrix4x4 QML property documentation
Pick-to: 6.8
Change-Id: I30dc4f1573e5bfbf11bc0c69060fd5b77f1681e2
Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickdraghandler.cpp')
| -rw-r--r-- | src/quick/handlers/qquickdraghandler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/handlers/qquickdraghandler.cpp b/src/quick/handlers/qquickdraghandler.cpp index 4b310843b4..a7a74cdcec 100644 --- a/src/quick/handlers/qquickdraghandler.cpp +++ b/src/quick/handlers/qquickdraghandler.cpp @@ -346,12 +346,12 @@ void QQuickDragHandler::setActiveTranslation(const QVector2D &trans) /*! \readonly - \qmlproperty QVector2D QtQuick::DragHandler::translation + \qmlproperty vector2d QtQuick::DragHandler::translation \deprecated [6.2] Use activeTranslation */ /*! - \qmlproperty QVector2D QtQuick::DragHandler::persistentTranslation + \qmlproperty vector2d QtQuick::DragHandler::persistentTranslation The translation to be applied to the \l target if it is not \c null. Otherwise, bindings can be used to do arbitrary things with this value. @@ -361,7 +361,7 @@ void QQuickDragHandler::setActiveTranslation(const QVector2D &trans) /*! \readonly - \qmlproperty QVector2D QtQuick::DragHandler::activeTranslation + \qmlproperty vector2d QtQuick::DragHandler::activeTranslation The translation while the drag gesture is being performed. It is \c {0, 0} when the gesture begins, and increases as the event |
