diff options
author | Kai Koehne <kai.koehne@qt.io> | 2018-04-19 09:33:10 +0200 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2018-04-22 06:34:03 +0000 |
commit | e86a2f2a437a8c0e820e85ae4498a391c76bb823 (patch) | |
tree | 96b40bcaf2519db540899e12f14a6c65e5302571 /src | |
parent | 81b0112d77088a373ba1067e00a13b0b339bba42 (diff) | |
download | qtlocation-e86a2f2a437a8c0e820e85ae4498a391c76bb823.tar.gz |
Doc: Remove \since tag from Waypoint::metadata
The whole type got introduced only in 5.11.
Change-Id: I4368c95dc6c0d39da0088e0aed6b72d3b34c2bc9
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/location/declarativemaps/qdeclarativegeoroutemodel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp index 0f0bb253..4ddd1f5b 100644 --- a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp +++ b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp @@ -1826,8 +1826,6 @@ void QDeclarativeGeoWaypoint::setBearing(qreal bearing) defined by the user, these can be set by using MapParameters. If the waypoint comes from the engine via signals, or as part of a read-only route query, the waypoint is intended to be read-only. - - \since 5.11 */ QVariantMap QDeclarativeGeoWaypoint::metadata() { |