From 4dcff4ed6d24e6aa061e145bb9de9ff93351a2b1 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Thu, 6 Feb 2025 11:28:11 +0100 Subject: doc: Fix broken links and incorrect information ReadOnly was used in places where ReadWrite was the correct value. Pick-to: 6.8 6.9 Change-Id: I26a2f0de55665ac015fe269e8e5f0d23a2f00e5f Reviewed-by: Marc Mutz --- src/corelib/kernel/qmetaobject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/kernel/qmetaobject.cpp') diff --git a/src/corelib/kernel/qmetaobject.cpp b/src/corelib/kernel/qmetaobject.cpp index 7c2059267d6..c74ab729d2e 100644 --- a/src/corelib/kernel/qmetaobject.cpp +++ b/src/corelib/kernel/qmetaobject.cpp @@ -471,7 +471,7 @@ QMetaType QMetaObject::metaType() const The offset is the sum of all the methods in the class's superclasses (which is always positive since QObject has the - deleteLater() slot and a destroyed() signal). + \l{QObject::}{deleteLater()} slot and a \l{QObject::}{destroyed()} signal). \sa method(), methodCount(), indexOfMethod() */ @@ -514,7 +514,7 @@ int QMetaObject::enumeratorOffset() const The offset is the sum of all the properties in the class's superclasses (which is always positive since QObject has the - name() property). + \l{QObject::}{objectName} property). \sa property(), propertyCount(), indexOfProperty() */ -- cgit v1.2.3