diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp index 2ca42a7cb76..0721b01387f 100644 --- a/src/corelib/kernel/qproperty.cpp +++ b/src/corelib/kernel/qproperty.cpp @@ -1171,6 +1171,7 @@ QString QPropertyBindingError::description() const /*! \fn template QBindable::QBindable(QObject *obj, const char *property) + \since 6.5 Constructs a QBindable for the \l Q_PROPERTY \a property on \a obj. The property must have a notify signal but does not need to have \c BINDABLE in its \c Q_PROPERTY @@ -1197,6 +1198,7 @@ QString QPropertyBindingError::description() const /*! \fn template QBindable::QBindable(QObject *obj, const QMetaProperty &property) + \since 6.5 See \l QBindable::QBindable(QObject *obj, const char *property) */