From c91361df072fc7013d84784782079f3aafb494ea Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Thu, 9 Jun 2011 10:21:34 +1000 Subject: [PATCH] Update Binding changes in "What's New" --- doc/src/declarative/whatsnew.qdoc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc index 2ce16ee..e20efa7 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. -- 1.7.2.5