From 6feb47da8cf90bd0ad7ed406b88706c65690b880 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Wed, 9 May 2018 12:36:27 +0200 Subject: Fix QDeclarativeGeoRouteModel::get doc Change-Id: I4bba86863bb902b26f493bd0104dbe87579de9e6 Reviewed-by: Alex Blasche --- src/location/declarativemaps/qdeclarativegeoroutemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp index 4ddd1f5b..775fb114 100644 --- a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp +++ b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp @@ -239,7 +239,7 @@ void QDeclarativeGeoRouteModel::cancel() } /*! - \qmlmethod void QtLocation::RouteModel::get(int) + \qmlmethod Route QtLocation::RouteModel::get(int) Returns the Route at given index. Use \l count property to check the amount of routes available. The routes are indexed from zero, so the accessible range -- cgit v1.2.1