summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-27 06:12:19 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-27 06:12:19 (GMT)
commit2d23a0659ebfa87e681e9540935eb54ea3785bfc (patch)
treeca5d0c052a1e190bd959d4adcbe2cbca185e95fe /doc
parent09c662b1c3440d7ff0b151d1fd10fc19ef75725f (diff)
parent84ab1ebab17e62176db1120845d0a3ece5cf9d80 (diff)
downloadQt-2d23a0659ebfa87e681e9540935eb54ea3785bfc.zip
Qt-2d23a0659ebfa87e681e9540935eb54ea3785bfc.tar.gz
Qt-2d23a0659ebfa87e681e9540935eb54ea3785bfc.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc')
-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).