QMetaType: Document the default ctor

It wasn't showing up in documentation.
Amends 33cd680ddb.

Pick-to: 6.4 6.2
Change-Id: Ifb5d38fd3d4eb2ecd109ce53809fae5382916dff
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
bb10
Mårten Nordheim 2022-11-04 10:24:54 +01:00
parent dd1b21dbf3
commit 47576af348
1 changed files with 7 additions and 0 deletions

View File

@ -3108,6 +3108,13 @@ static const QtPrivate::QMetaTypeInterface *interfaceForType(int typeId)
return iface;
}
/*!
\fn QMetaType::QMetaType()
\since 6.0
Constructs a default, invalid, QMetaType object.
*/
/*!
\fn QMetaType::QMetaType(int typeId)
\since 5.0