Update Binding changes in "What's New"
authorMichael Brasser <michael.brasser@nokia.com>
Thu, 9 Jun 2011 00:21:34 +0000 (10:21 +1000)
committerMichael Brasser <michael.brasser@nokia.com>
Thu, 9 Jun 2011 00:22:15 +0000 (10:22 +1000)
doc/src/declarative/whatsnew.qdoc

index 2ce16ee..e20efa7 100644 (file)
@@ -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.