aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2011-06-09 10:21:34 +1000
committerMichael Brasser <michael.brasser@nokia.com>2011-06-09 10:22:15 +1000
commitc91361df072fc7013d84784782079f3aafb494ea (patch)
tree3e82079907c053577285327ebac9f314a3ffe981 /doc
parentccf706d0bb2d9f70f5a8c18e4aab8ee7e6369817 (diff)
Update Binding changes in "What's New"
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/whatsnew.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc
index 2ce16eea40..e20efa7392 100644
--- a/doc/src/declarative/whatsnew.qdoc
+++ b/doc/src/declarative/whatsnew.qdoc
@@ -37,8 +37,8 @@ MouseArea now propagates clicked, doubleClicked and pressAndHold differently to
These will now be propagated to the highest-stacking-order enabled MouseArea which has a handler for them.
You can still ignore these events in the handler to let them pass through.
-The Binding element now restores any previously set binding when its \e when
-clause becomes false.
+The Binding element can now be used as a value source, and will also restore any previously
+set binding when its \e when clause becomes false.
QDeclarativeExpression can now be directly (and more efficiently) constructed from a
QDeclarativeScriptString.