summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/binding.qdoc
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-08-27 05:33:43 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-08-27 05:33:43 (GMT)
commit84ab1ebab17e62176db1120845d0a3ece5cf9d80 (patch)
tree4510f1cda9702a28d79523c92c0c88def6c3f7e0 /doc/src/declarative/binding.qdoc
parentb99fd8c53ed7ed73d9bab171918829ba0911810a (diff)
parent648fa4818d875ec76c304b79e474a406d265bd0f (diff)
downloadQt-84ab1ebab17e62176db1120845d0a3ece5cf9d80.zip
Qt-84ab1ebab17e62176db1120845d0a3ece5cf9d80.tar.gz
Qt-84ab1ebab17e62176db1120845d0a3ece5cf9d80.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src/declarative/binding.qdoc')
-rw-r--r--doc/src/declarative/binding.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/binding.qdoc b/doc/src/declarative/binding.qdoc
index dfddf75..7e8933f 100644
--- a/doc/src/declarative/binding.qdoc
+++ b/doc/src/declarative/binding.qdoc
@@ -34,7 +34,7 @@ Data can be bound to C++ objects - see \l {QML/C++ Data Binding}.
\target qtbinding
\title QML/C++ Data Binding
-The QML mechanisms of \l {Data Binding} can also be used to bind Qt C++ objects.
+The QML mechanisms of data binding can also be used to bind Qt C++ objects.
The data binding framework is based on Qt's property system (see the Qt documentation for more details on this system). If a binding is meant to be dynamic (where changes in one object are reflected in another object), \c NOTIFY must be specified for the property being tracked. If \c NOTIFY is not specified, any binding to that property will be an 'intialization' binding (the tracking object will be updated only once with the initial value of the tracked object).