From 9432ad643ea39bfcea80d385a39bfbede9aaaab0 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Wed, 10 Feb 2021 13:30:05 +0100 Subject: QQmlPropertyPrivate: Remove documentation about flags parameter The parameter is gone since 3bc239a0f16fb93f84def55a5980ef8561e7a7b4 Change-Id: Iae411b61f27efd60b489dbc219ef0ad07ad19938 Reviewed-by: Ulf Hermann --- src/qml/qml/qqmlproperty.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/qml') 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) -- cgit v1.2.3