summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-04 04:15:46 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-11-04 04:15:46 (GMT)
commit2c6d4485b7a0c8c819a225e56ca9a43ab4fcccf4 (patch)
tree2ef909d7585d106769f2e98066396cf70ead7363 /src/declarative/qml
parent99fe55b3b4c031f1288f9e1c16455ca08663059c (diff)
downloadQt-2c6d4485b7a0c8c819a225e56ca9a43ab4fcccf4.zip
Qt-2c6d4485b7a0c8c819a225e56ca9a43ab4fcccf4.tar.gz
Qt-2c6d4485b7a0c8c819a225e56ca9a43ab4fcccf4.tar.bz2
Doc.
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmlmetaproperty.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlmetaproperty.cpp b/src/declarative/qml/qmlmetaproperty.cpp
index 8385352..f340612 100644
--- a/src/declarative/qml/qmlmetaproperty.cpp
+++ b/src/declarative/qml/qmlmetaproperty.cpp
@@ -558,6 +558,9 @@ QmlAbstractBinding *QmlMetaProperty::binding() const
Ownership of \a newBinding transfers to QML. Ownership of the return value
is assumed by the caller.
+
+ \a flags is passed through to the binding and is used for the initial update (when
+ the binding sets the intial value, it will use these flags for the write).
*/
QmlAbstractBinding *
QmlMetaProperty::setBinding(QmlAbstractBinding *newBinding, QmlMetaProperty::WriteFlags flags) const