summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/contacts/contacts.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/declarative/contacts/contacts.qml b/demos/declarative/contacts/contacts.qml
index 8410ac1..0082ecf 100644
--- a/demos/declarative/contacts/contacts.qml
+++ b/demos/declarative/contacts/contacts.qml
@@ -71,22 +71,22 @@ Rectangle {
id: Details
anchors.fill: wrapper
opacity: 0
- Bind {
+ Binding {
target: Details.item
property: "contactId"
value: model.recid
}
- Bind {
+ Binding {
target: Details.item
property: "label"
value: model.label
}
- Bind {
+ Binding {
target: Details.item
property: "phone"
value: model.phone
}
- Bind {
+ Binding {
target: Details.item
property: "email"
value: model.email