summaryrefslogtreecommitdiff
path: root/src/location/doc/src/qt6-changes.qdoc
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-11-25 17:13:21 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-11-28 11:11:04 +0100
commitc59ffd95ad36b8307d1fa6ab97973781f7f23a69 (patch)
treee93d5a8b1ec59dc443fb54054cb2757b249f9737 /src/location/doc/src/qt6-changes.qdoc
parent33e191469ddbe8fd20373512879baac373efa90a (diff)
downloadqtlocation-c59ffd95ad36b8307d1fa6ab97973781f7f23a69.tar.gz
Documentation fixes
Correct spelling of and links to QML value types and to properties of value types. Remove some documentation and snippets that are mostly outdated, and links to specific plugin providers. Silence some warnings. Task-number: QTBUG-96795 Change-Id: Ifba3ae8144e0d949f1c72a4ea230e7f84fa28bd4 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/doc/src/qt6-changes.qdoc')
-rw-r--r--src/location/doc/src/qt6-changes.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/doc/src/qt6-changes.qdoc b/src/location/doc/src/qt6-changes.qdoc
index 2179ba41..ece5e208 100644
--- a/src/location/doc/src/qt6-changes.qdoc
+++ b/src/location/doc/src/qt6-changes.qdoc
@@ -74,9 +74,9 @@
\list
\li The former QML element types \c PlaceUser, \c PlaceRatings,
\c PlaceAttribute, \c PlaceIcon, \c PlaceSupplier, and
- \c PlaceContactDetail are now value types \l placeUser,
- \l placeRatings, \l placeAttribute, \l placeIcon,
- \l placeSupplier, and \l placeContactDetail.
+ \c PlaceContactDetail are now value types \l user,
+ \l ratings, \l placeAttribute, \l icon,
+ \l supplier, and \l contactDetail.
They can no longer be instantiated as items from QML, and
their properties can not be bound to.
\endlist