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 <volker.hilsheimer@qt.io> Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>bb10
parent
c1e1d133c4
commit
ecfa13bdac
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue