aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemsmodule_p.h
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/qquickitemsmodule_p.h
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/qquickitemsmodule_p.h')
-rw-r--r--src/quick/items/qquickitemsmodule_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/quick/items/qquickitemsmodule_p.h b/src/quick/items/qquickitemsmodule_p.h
index eecd4dff72..32fadec867 100644
--- a/src/quick/items/qquickitemsmodule_p.h
+++ b/src/quick/items/qquickitemsmodule_p.h
@@ -86,9 +86,8 @@ struct QPointingDeviceUniqueIdForeign
{
Q_GADGET
QML_FOREIGN(QPointingDeviceUniqueId)
- QML_NAMED_ELEMENT(PointingDeviceUniqueId)
+ QML_VALUE_TYPE(pointingDeviceUniqueId)
QML_ADDED_IN_VERSION(2, 9)
- QML_UNCREATABLE("PointingDeviceUniqueId is only available via read-only properties.")
};
#if !QT_CONFIG(quick_animatedimage)