summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qbindablemap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qbindablemap.cpp')
-rw-r--r--src/declarative/util/qbindablemap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qbindablemap.cpp b/src/declarative/util/qbindablemap.cpp
index 341dd31..c8c8ced 100644
--- a/src/declarative/util/qbindablemap.cpp
+++ b/src/declarative/util/qbindablemap.cpp
@@ -87,8 +87,8 @@ private:
Then, in QML:
\code
- <Text text="{owner.name}"/>
- <Text text="{owner.phone}"/>
+ Text { text: owner.name }
+ Text { text: owner.phone }
\endcode
The binding is dynamic - whenever a key's value is updated, anything bound to that