summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-09-28 17:38:56 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-10-07 11:04:28 +0000
commit2b230b0a10d898979e9d5193f4da2e408b397fe3 (patch)
tree77cbd6156f9162f26288610d531084a1747ef9e8
parenta0c7b93df620d9254aef3136da08adbc70752837 (diff)
downloadqtlocation-2b230b0a10d898979e9d5193f4da2e408b397fe3.tar.gz
DocFix: mark the new QDeclarativeGeoMap API in 5.10 as tech previewv5.10.0-beta2
Change-Id: Iec1cf03fe5cb480cb6dcd24b43046d7009a37f23 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/location/declarativemaps/qdeclarativegeomap.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomap.cpp b/src/location/declarativemaps/qdeclarativegeomap.cpp
index 9745e315..7087a50f 100644
--- a/src/location/declarativemaps/qdeclarativegeomap.cpp
+++ b/src/location/declarativemaps/qdeclarativegeomap.cpp
@@ -1481,6 +1481,8 @@ QQmlListProperty<QDeclarativeGeoMapType> QDeclarativeGeoMap::supportedMapTypes()
If the Plugin used for the Map does not support bearing, or if the map is tilted and \a coordinate happens
to be behind the camera, or if the map is not ready (see \l mapReady), calling this method will have no effect.
+ The release of this API with Qt 5.10 is a Technology Preview.
+
\since 5.10
*/
void QDeclarativeGeoMap::setBearing(qreal bearing, const QGeoCoordinate &coordinate)
@@ -1512,6 +1514,8 @@ void QDeclarativeGeoMap::setBearing(qreal bearing, const QGeoCoordinate &coordin
If the map is tilted, and \a coordinate happens to be behind the camera, or if the map is not ready
(see \l mapReady), calling this method will have no effect.
+ The release of this API with Qt 5.10 is a Technology Preview.
+
\sa center
\since 5.10