From 38919579f68ef6d7071c2b6a1095f44fa6eeceb5 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Tue, 27 Nov 2012 14:57:02 +0100 Subject: [PATCH] Remove TODO from docs as it doesn't make sense. Change-Id: If23707d5778c6f97e9c9565ac1c5e23d5729fdc4 Reviewed-by: Paul Olav Tvete --- src/qml/doc/src/syntax/propertybinding.qdoc | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/qml/doc/src/syntax/propertybinding.qdoc b/src/qml/doc/src/syntax/propertybinding.qdoc index 06dc7b9..8afdb8e 100644 --- a/src/qml/doc/src/syntax/propertybinding.qdoc +++ b/src/qml/doc/src/syntax/propertybinding.qdoc @@ -74,8 +74,6 @@ height: { height: someMethodThatReturnsHeight() \endcode -###TODO have .gif here that demonstrates the changes? - Whenever the value of \c parent.height changes, the QML engine will re-evaluate the above expression and assign the blue rectangle's \c width property with the appropriate updated value. Bindings can access object properties, call methods and use built-in JavaScript objects such as \c Date and \c Math. Here is an example with various valid bindings: @@ -105,8 +103,6 @@ Column { } \endqml -###TODO have .gif here that demonstrates the changes? - While syntactically bindings can be of arbitrary complexity, if a binding starts to become overly complex - such as involving multiple lines, or imperative loops - it may be better to refactor the component entirely, or at least factor the binding out into a separate function. -- 1.7.2.5