diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp index 31c766b128c..21eb7789af8 100644 --- a/src/corelib/kernel/qproperty.cpp +++ b/src/corelib/kernel/qproperty.cpp @@ -1126,6 +1126,8 @@ QString QPropertyBindingError::description() const /*! \class QPropertyAlias \inmodule QtCore + \internal + \brief The QPropertyAlias class is a safe alias for a QProperty with same template parameter. \ingroup tools