aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-02-10 13:30:05 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-02-10 14:05:50 +0100
commit9432ad643ea39bfcea80d385a39bfbede9aaaab0 (patch)
treeb35f3909f4d0dd84c5da160750c8b99f87c95ed8
parent6da2843ef3123fbf2f493a5bad9e2359e460afc7 (diff)
QQmlPropertyPrivate: Remove documentation about flags parameter
The parameter is gone since 3bc239a0f16fb93f84def55a5980ef8561e7a7b4 Change-Id: Iae411b61f27efd60b489dbc219ef0ad07ad19938 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--src/qml/qml/qqmlproperty.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlproperty.cpp b/src/qml/qml/qqmlproperty.cpp
index 8f6639adf5..2d503b053c 100644
--- a/src/qml/qml/qqmlproperty.cpp
+++ b/src/qml/qml/qqmlproperty.cpp
@@ -750,9 +750,6 @@ QQmlPropertyPrivate::binding(const QQmlProperty &that)
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 initial value, it will use these flags for the write).
*/
void
QQmlPropertyPrivate::setBinding(const QQmlProperty &that, QQmlAbstractBinding *newBinding)