From ecfa13bdacf9235c4a7a8517db9a9833a554889b Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Mon, 26 Dec 2022 00:59:23 +0100 Subject: [PATCH] QMetaType::IsGadget: doc tidies Although undocumented (which is weird, as other docs refer to it), fix the spelling and the formatting. Change-Id: Ief8b04e3b9272386c663c463c3659e8b837260f5 Reviewed-by: Volker Hilsheimer Reviewed-by: Andreas Eliasson --- src/corelib/kernel/qmetatype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/kernel/qmetatype.cpp b/src/corelib/kernel/qmetatype.cpp index 6c2fe77b40..1e1d960add 100644 --- a/src/corelib/kernel/qmetatype.cpp +++ b/src/corelib/kernel/qmetatype.cpp @@ -460,7 +460,7 @@ const char *QtMetaTypePrivate::typedefNameForType(const QtPrivate::QMetaTypeInte \value IsPointer This type is a pointer to another type. \omitvalue WeakPointerToQObject \omitvalue TrackingPointerToQObject - \omitvalue IsGadget \omit This type is a Q_GADGET and it's corresponding QMetaObject can be accessed with QMetaType::metaObject Since 5.5. \endomit + \omitvalue IsGadget \omit (since Qt 5.5) This type is a Q_GADGET and its corresponding QMetaObject can be accessed with QMetaType::metaObject. \endomit \omitvalue PointerToGadget \omitvalue IsQmlList \value IsConst Indicates that values of this types are immutable; for instance because they are pointers to const objects.