summaryrefslogtreecommitdiffstats
path: root/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-05-30 17:03:25 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-05-31 07:45:24 +0000
commit5c957221d0cca19a27abc9781c20c24f1c32030b (patch)
tree85c911e733d41327db79b8f33afeb4837d1287f6 /src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
parent31c594d25b22204afced1832aab1c654bb9d8137 (diff)
Fix documentation for return types from QJSValue to the actual QML type
Change-Id: I6db1f0db07de3bb9446f0b04ea95f34b56acf805 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeoroutemodel.cpp')
-rw-r--r--src/location/declarativemaps/qdeclarativegeoroutemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
index 1947531f..94bd63c8 100644
--- a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
+++ b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
@@ -764,7 +764,7 @@ void QDeclarativeGeoRouteQuery::setNumberAlternativeRoutes(int numberAlternative
}
/*!
- \qmlproperty QJSValue RouteQuery::waypoints
+ \qmlproperty list<coordinate> RouteQuery::waypoints
The waypoint coordinates of the desired route.