aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickmultipointtoucharea.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-09-18 17:10:15 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-09-19 12:11:25 +0200
commit0dfdfd2300e6d96e69527e37bb77079f4cda29ed (patch)
treeb97eb0553726b42f1eb1d6e2d39c7a98104d98ff /src/quick/items/qquickmultipointtoucharea.cpp
parentb41753c356a9b0c3552d1879dd3e9952cdb11574 (diff)
Rename PointingDeviceUniqueId QML type to lowercase
Value types should be lowercase and this one is not a QObject. It's also undocumented. Therefore we should be able to rename it without much drama. Change-Id: I7ae75aca5e592c9bee2a33ec3c36ed2ffa1edecd Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/items/qquickmultipointtoucharea.cpp')
-rw-r--r--src/quick/items/qquickmultipointtoucharea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickmultipointtoucharea.cpp b/src/quick/items/qquickmultipointtoucharea.cpp
index 8b666628e3..37fc928aee 100644
--- a/src/quick/items/qquickmultipointtoucharea.cpp
+++ b/src/quick/items/qquickmultipointtoucharea.cpp
@@ -269,7 +269,7 @@ void QQuickTouchPoint::setSceneY(qreal sceneY)
}
/*!
- \qmlproperty PointingDeviceUniqueId QtQuick::TouchPoint::uniqueId
+ \qmlproperty pointingDeviceUniqueId QtQuick::TouchPoint::uniqueId
\since 5.9
This property holds the unique ID of the touch point or token.