summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeocodemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/qdeclarativegeocodemodel.cpp')
-rw-r--r--src/imports/location/qdeclarativegeocodemodel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/location/qdeclarativegeocodemodel.cpp b/src/imports/location/qdeclarativegeocodemodel.cpp
index fef5cc6e..0b7ec215 100644
--- a/src/imports/location/qdeclarativegeocodemodel.cpp
+++ b/src/imports/location/qdeclarativegeocodemodel.cpp
@@ -138,7 +138,7 @@ void QDeclarativeGeocodeModel::componentComplete()
}
/*!
- \qmlmethod QtLocation::GeocodeModel::update()
+ \qmlmethod void QtLocation::GeocodeModel::update()
Instructs the GeocodeModel to update its data. This is most useful
when \l autoUpdate is disabled, to force a refresh when the query
@@ -575,7 +575,7 @@ void QDeclarativeGeocodeModel::setOffset(int offset)
}
/*!
- \qmlmethod QtLocation::GeocodeModel::reset()
+ \qmlmethod void QtLocation::GeocodeModel::reset()
Resets the model. All location data is cleared, any outstanding requests
are aborted and possible errors are cleared. Model status will be set
@@ -598,7 +598,7 @@ void QDeclarativeGeocodeModel::reset()
}
/*!
- \qmlmethod QtLocation::GeocodeModel::cancel()
+ \qmlmethod void QtLocation::GeocodeModel::cancel()
Cancels any outstanding requests and clears errors. Model status will be set to either
GeocodeModel.Null or GeocodeModel.Ready.