summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeomapitemview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/qdeclarativegeomapitemview.cpp')
-rw-r--r--src/imports/location/qdeclarativegeomapitemview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/location/qdeclarativegeomapitemview.cpp b/src/imports/location/qdeclarativegeomapitemview.cpp
index b87312d0..1ae8cb68 100644
--- a/src/imports/location/qdeclarativegeomapitemview.cpp
+++ b/src/imports/location/qdeclarativegeomapitemview.cpp
@@ -97,7 +97,7 @@ void QDeclarativeGeoMapItemView::componentComplete()
}
/*!
- \qmlproperty model QtLocation5::MapItemView::model
+ \qmlproperty model QtLocation::MapItemView::model
This property holds the model that provides data used for
creating the map item defined by the delegate.
@@ -180,7 +180,7 @@ void QDeclarativeGeoMapItemView::itemModelRowsRemoved(QModelIndex, int start, in
}
/*!
- \qmlproperty Component QtLocation5::MapItemView::delegate
+ \qmlproperty Component QtLocation::MapItemView::delegate
This property holds the delegate which defines how each item in the
model should be displayed. The Component must contain exactly one
@@ -203,7 +203,7 @@ void QDeclarativeGeoMapItemView::setDelegate(QQmlComponent *delegate)
}
/*!
- \qmlproperty Component QtLocation5::MapItemView::autoFitViewport
+ \qmlproperty Component QtLocation::MapItemView::autoFitViewport
This property controls whether to automatically pan and zoom the viewport
to display all map items when items are added or removed.