From 89a4c8d40d2ee1b8794dd7fcf80d226c5c87ba6c Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Fri, 22 Oct 2021 18:52:07 +0200 Subject: 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 --- src/corelib/kernel/qproperty.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp index 6a129daa7a..c985943498 100644 --- a/src/corelib/kernel/qproperty.cpp +++ b/src/corelib/kernel/qproperty.cpp @@ -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. -- cgit v1.2.3