summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeoroute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/qdeclarativegeoroute.cpp')
-rw-r--r--src/imports/location/qdeclarativegeoroute.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/location/qdeclarativegeoroute.cpp b/src/imports/location/qdeclarativegeoroute.cpp
index b814a862..db5c508f 100644
--- a/src/imports/location/qdeclarativegeoroute.cpp
+++ b/src/imports/location/qdeclarativegeoroute.cpp
@@ -114,7 +114,7 @@ QList<QGeoCoordinate> QDeclarativeGeoRoute::routePath()
}
/*!
- \qmlproperty georectangle QtLocation5::Route::bounds
+ \qmlproperty georectangle QtLocation::Route::bounds
Read-only property which holds a bounding box which encompasses the entire route.
@@ -126,7 +126,7 @@ QGeoRectangle QDeclarativeGeoRoute::bounds() const
}
/*!
- \qmlproperty int QtLocation5::Route::travelTime
+ \qmlproperty int QtLocation::Route::travelTime
Read-only property which holds the estimated amount of time it will take to
traverse this route, in seconds.
@@ -139,7 +139,7 @@ int QDeclarativeGeoRoute::travelTime() const
}
/*!
- \qmlproperty real QtLocation5::Route::distance
+ \qmlproperty real QtLocation::Route::distance
Read-only property which holds distance covered by this route, in meters.
*/
@@ -150,7 +150,7 @@ qreal QDeclarativeGeoRoute::distance() const
}
/*!
- \qmlproperty QJSValue QtLocation5::Route::path
+ \qmlproperty QJSValue QtLocation::Route::path
Read-only property which holds the geographical coordinates of this route.
Coordinates are listed in the order in which they would be traversed by someone
@@ -212,7 +212,7 @@ void QDeclarativeGeoRoute::setPath(const QJSValue &value)
}
/*!
- \qmlproperty list<RouteSegment> QtLocation5::Route::segments
+ \qmlproperty list<RouteSegment> QtLocation::Route::segments
Read-only property which holds the list of \l RouteSegment objects of this route.