From f72db4de7f446c522db3f78b67c3b2bcc02b172a Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Thu, 18 Jul 2019 15:15:23 +0200 Subject: Doc: Add comment on evaluation order bindings Task-number: QTBUG-73742 Change-Id: I42821823ee0315aa96da30798e35809cf0498f67 Reviewed-by: Mitch Curtis Reviewed-by: Paul Wicking --- src/qml/doc/src/qmllanguageref/syntax/propertybinding.qdoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qml/doc') diff --git a/src/qml/doc/src/qmllanguageref/syntax/propertybinding.qdoc b/src/qml/doc/src/qmllanguageref/syntax/propertybinding.qdoc index a5ad6af4a2..e607666886 100644 --- a/src/qml/doc/src/qmllanguageref/syntax/propertybinding.qdoc +++ b/src/qml/doc/src/qmllanguageref/syntax/propertybinding.qdoc @@ -128,6 +128,9 @@ loops - it could indicate that the binding is being used for more than describin property relationships. Complex bindings can reduce code performance, readability, and maintainability. It may be a good idea to redesign components that have complex bindings, or at least factor the binding out into a separate function. +As a general rule, users should not rely on the evaluation order of bindings. + +\sa {Positioning with Anchors} \target qml-javascript-assignment -- cgit v1.2.3