Make QObjectComputedProperty documentation visible

QObjectComputedProperty belongs to public API. It's even referred in
other documentation (for example, QBindable).
It does not make sense to have its documentation marked as \internal.

Task-number: QTBUG-97656
Pick-to: 6.2
Change-Id: I6ca81292cfafea873dd3577fb0e5ddb583969dc3
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
Ivan Solovev 2021-10-22 18:52:07 +02:00
parent 164e575673
commit 89a4c8d40d

View File

@ -1556,7 +1556,6 @@ QString QPropertyBindingError::description() const
properties to the bindable property system.
\since 6.0
\ingroup tools
\internal
QObjectComputedProperty is a read-only property which is recomputed on each read.
It does not store the computed value.
@ -1636,7 +1635,6 @@ QString QPropertyBindingError::description() const
\macro Q_OBJECT_COMPUTED_PROPERTY(containingClass, type, name, callback)
\since 6.0
\relates QObjectCompatProperty
\internal
\brief Declares a \l QObjectComputedProperty inside \a containingClass
of type \a type with name \a name. The argument \a callback specifies
a GETTER function to be called when the property is evaluated.