diff options
author | Tasuku Suzuki <tasuku.suzuki@signal-slot.co.jp> | 2022-09-03 11:24:50 +0900 |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2022-09-14 12:51:11 +0200 |
commit | 905b97d122e7827086dbcf9513b1f5c64c38c6b3 (patch) | |
tree | 36320e85d13f381457448cd568e0d4e1437e19d5 | |
parent | 31363f60a613cd2830a61df9cf0ad98ffe134da2 (diff) | |
download | qtlocation-905b97d122e7827086dbcf9513b1f5c64c38c6b3.tar.gz |
Doc: fix type of MapItemView::autoFitViewport
Change-Id: I751ac254cfa1f5ebd9b842bb2896d3f7d4a0f15e
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 3c086d26838138492e8afcd766bcbdbbc17657fe)
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r-- | src/location/declarativemaps/qdeclarativegeomapitemview.cpp | 2 |
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. |