diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp index 742d2c5f409..2bace6a0e2a 100644 --- a/src/corelib/kernel/qproperty.cpp +++ b/src/corelib/kernel/qproperty.cpp @@ -1325,15 +1325,6 @@ QString QPropertyBindingError::description() const Assigns \a newValue to this property and returns a reference to this QProperty. */ -/*! - \fn template QProperty &QProperty::operator=(const QPropertyBinding &newBinding) - - Associates the value of this property with the provided \a newBinding - expression and returns a reference to this property. The property's value is - set to the result of evaluating the new binding. Whenever a dependency of the - binding changes, the binding will be re-evaluated. -*/ - /*! \fn template QPropertyBinding QProperty::setBinding(const QPropertyBinding &newBinding) @@ -1998,26 +1989,6 @@ QString QPropertyBindingError::description() const QPropertyAlias. */ -/*! - \fn template QPropertyAlias &QPropertyAlias::operator=(T &&newValue) - \overload - - Assigns \a newValue to the aliased property and returns a reference to this - QPropertyAlias. -*/ - -/*! - \fn template QPropertyAlias &QPropertyAlias::operator=(const QPropertyBinding &newBinding) - \overload - - Associates the value of the aliased property with the provided \a newBinding - expression and returns a reference to this alias. The property's value is set - to the result of evaluating the new binding. Whenever a dependency of the - binding changes, the binding will be re-evaluated, and the property's value - gets updated accordingly. - -*/ - /*! \fn template QPropertyBinding QPropertyAlias::setBinding(const QPropertyBinding &newBinding)