Fix return type of QMetaType::sizeOf in documentation
Pick-to: 6.1 Change-Id: I6f5a866fa83f0e2720d62c5170c9283997b31a7f Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
e9ae8c2b0c
commit
1e8b085f8c
@ -518,7 +518,7 @@ int QMetaType::idHelper() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn constexpr bool QMetaType::sizeOf() const
|
\fn constexpr qsizetype QMetaType::sizeOf() const
|
||||||
\since 5.0
|
\since 5.0
|
||||||
|
|
||||||
Returns the size of the type in bytes (i.e. sizeof(T),
|
Returns the size of the type in bytes (i.e. sizeof(T),
|
||||||
|
Loading…
Reference in New Issue
Block a user