summaryrefslogtreecommitdiffstats
path: root/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
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/declarativemaps/qdeclarativegeoroutemodel.cpp
parent33e191469ddbe8fd20373512879baac373efa90a (diff)
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/declarativemaps/qdeclarativegeoroutemodel.cpp')
-rw-r--r--src/location/declarativemaps/qdeclarativegeoroutemodel.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
index 5ad1df4e..6a622a72 100644
--- a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
+++ b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
@@ -106,8 +106,8 @@ static QList<QGeoCoordinate> waypointCoordinates(const QList<QDeclarativeGeoWayp
Otherwise, the \l{update} method may be used. By default, autoUpdate is
disabled.
- The data stored and returned in the RouteModel consists of \l Route objects,
- as a list with the role name "routeData". See the documentation for \l Route
+ The data stored and returned in the RouteModel consists of \l route objects,
+ as a list with the role name "routeData". See the documentation for \l route
for further details on its structure and contents.
\section2 Example Usage
@@ -1493,9 +1493,6 @@ void QDeclarativeGeoRouteQuery::doCoordinateChanged()
A Waypoint is a type that allows to specify properties of a waypoint in a \l RouteQuery,
such as the waypoint coordinate, or the angle of approach to the waypoint.
- Additional information that are backend-specific can be specified by nesting \l MapParameter
- elements.
-
Changing properties of the waypoint or of its nested MapParameteters will cause the containing
\l RouteQuery to emit the queryDetailsChanged signal.