summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-10-08 14:42:49 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-10-10 11:15:13 +0200
commit7f58426e9cac20ae72269633867210f56d7dbf7e (patch)
tree2326e4192817761289fd42f9c103dfb49a1f15a7 /examples
parentc151504c6d061d82bf0e3631b66c44749b9cadf2 (diff)
downloadqtlocation-7f58426e9cac20ae72269633867210f56d7dbf7e.tar.gz
Fix typo in example
Amend d8f03e5e71de3d951f86f0b0413fd75d554b2039. Change-Id: I4b2c652f73d1fd5fb5ffecc621f0a7e94fb70498 Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/location/places/views/SuggestionView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/places/views/SuggestionView.qml b/examples/location/places/views/SuggestionView.qml
index 990e2541..b9a54801 100644
--- a/examples/location/places/views/SuggestionView.qml
+++ b/examples/location/places/views/SuggestionView.qml
@@ -61,7 +61,7 @@ ListView {
//! [PlaceSearchSuggestionModel view 2]
model: suggestionModel
delegate: Item {
- width. ListView.view.width
+ width: ListView.view.width
height: label.height * 1.5
Label {
id: label