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:
Volker Hilsheimer 2021-04-06 17:00:35 +02:00
parent e9ae8c2b0c
commit 1e8b085f8c

View File

@ -518,7 +518,7 @@ int QMetaType::idHelper() const
}
/*!
\fn constexpr bool QMetaType::sizeOf() const
\fn constexpr qsizetype QMetaType::sizeOf() const
\since 5.0
Returns the size of the type in bytes (i.e. sizeof(T),