summaryrefslogtreecommitdiffstats
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-12 20:15:52 +0200
commit9a05a65382d54cafedfc4d5effa3575e700e4d2b (patch)
tree7fa3060e10aa0526248aa7ee1f649c023bd56e54
parentfba839a22515451fe41fdd6184e6b741a057e0bb (diff)
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> (cherry picked from commit 7f58426e9cac20ae72269633867210f56d7dbf7e) Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-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