summaryrefslogtreecommitdiffstats
path: root/examples/location/mapviewer/forms/GeocodeForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/mapviewer/forms/GeocodeForm.ui.qml')
-rw-r--r--examples/location/mapviewer/forms/GeocodeForm.ui.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/location/mapviewer/forms/GeocodeForm.ui.qml b/examples/location/mapviewer/forms/GeocodeForm.ui.qml
index 3ed715a0..73820dff 100644
--- a/examples/location/mapviewer/forms/GeocodeForm.ui.qml
+++ b/examples/location/mapviewer/forms/GeocodeForm.ui.qml
@@ -48,7 +48,7 @@ Item {
property alias postalCode: postalCode
property alias street: street
property alias city: city
- property alias state: state
+ property alias stateName: stateName
property alias country: country
property alias cancelButton: cancelButton
Rectangle {
@@ -119,7 +119,7 @@ Item {
}
TextField {
- id: state
+ id: stateName
Layout.fillWidth: true
}