summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@signal-slot.co.jp>2022-09-03 11:24:50 +0900
committerTasuku Suzuki <tasuku.suzuki@signal-slot.co.jp>2022-09-03 15:08:30 +0900
commit3c086d26838138492e8afcd766bcbdbbc17657fe (patch)
treea2f66ea8d30d8a540939c1a1b54b81258f23cb09
parent2c5a0d2f6f63dd0be71c3371da45e266930ec0f3 (diff)
downloadqtlocation-3c086d26838138492e8afcd766bcbdbbc17657fe.tar.gz
Doc: fix type of MapItemView::autoFitViewport
Change-Id: I751ac254cfa1f5ebd9b842bb2896d3f7d4a0f15e Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/location/declarativemaps/qdeclarativegeomapitemview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomapitemview.cpp b/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
index f69a1f08..c95ae980 100644
--- a/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
+++ b/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
@@ -258,7 +258,7 @@ void QDeclarativeGeoMapItemView::setDelegate(QQmlComponent *delegate)
}
/*!
- \qmlproperty Component QtLocation::MapItemView::autoFitViewport
+ \qmlproperty bool 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.