summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-28 00:34:47 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-28 00:34:47 (GMT)
commit9f5ab512b6293c28367052c46b12413f2f70b181 (patch)
tree464f0a518477c254372b27a74a16a6d7b985232e /doc
parente1b84c98ed843b6857c8b98fa52954cd0695eb3b (diff)
parent41c9c45f766c187287c3107e8fb121610ccbf3b5 (diff)
downloadQt-9f5ab512b6293c28367052c46b12413f2f70b181.zip
Qt-9f5ab512b6293c28367052c46b12413f2f70b181.tar.gz
Qt-9f5ab512b6293c28367052c46b12413f2f70b181.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).