diff options
author | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2022-09-02 17:12:17 +0200 |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2022-09-03 03:31:46 +0000 |
commit | 31363f60a613cd2830a61df9cf0ad98ffe134da2 (patch) | |
tree | cbddaf865d6e85b67e682d102e62b1f2b760b541 | |
parent | 14e229677a6d8151f56aa99360ae969ad3c23cab (diff) | |
download | qtlocation-31363f60a613cd2830a61df9cf0ad98ffe134da2.tar.gz |
Fix documentation warnings
Change-Id: I84052f925cf77094639d43d358b34c17c75366bd
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit 6c3f504659333fce74b6842797c896962d120ab1)
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r-- | src/location/declarativemaps/qdeclarativegeoroutemodel.cpp | 5 | ||||
-rw-r--r-- | src/location/declarativemaps/qdeclarativegeoserviceprovider.cpp | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp index e23f7c16..f1cafc9a 100644 --- a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp +++ b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp @@ -118,9 +118,8 @@ static QList<QVariantMap> waypointMetadata(const QList<QDeclarativeGeoWaypoint * geographic routes from a backend provider. Routes include data about driving directions between two points, walking directions with multiple waypoints, and various other similar concepts. It functions much like other Model - types in QML (see for example \l {Models and Views in Qt Quick#Models}{ListModel} - and \l {QtQuick.XmlListModel::XmlListModel}{XmlListModel}), and interacts with - views such as \l MapItemView, and \l{ListView}. + types in QML (see for example \l {Models and Views in Qt Quick#Models}{ListModel}), + and interacts with views such as \l MapItemView, and \l{ListView}. Like \l Map and \l GeocodeModel, all the data for a RouteModel to work comes from a services plugin. This is contained in the \l{plugin} property, and diff --git a/src/location/declarativemaps/qdeclarativegeoserviceprovider.cpp b/src/location/declarativemaps/qdeclarativegeoserviceprovider.cpp index 4b24162f..be8f29a6 100644 --- a/src/location/declarativemaps/qdeclarativegeoserviceprovider.cpp +++ b/src/location/declarativemaps/qdeclarativegeoserviceprovider.cpp @@ -603,7 +603,7 @@ void QDeclarativeGeoServiceProvider::setLocales(const QStringList &locales) /*! \qmlproperty list<PluginParameter> Plugin::parameters - \default + \qmldefault This property holds the list of plugin parameters. */ |