Fix return type of QMetaType::sizeOf in documentation

Change-Id: I6f5a866fa83f0e2720d62c5170c9283997b31a7f
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
(cherry picked from commit 1e8b085f8c8bce5d69852df4c4b72d30fcffe793)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Volker Hilsheimer 2021-04-06 17:00:35 +02:00 committed by Qt Cherry-pick Bot
parent bce41e0c41
commit 104c7ff649

View File

@ -501,7 +501,7 @@ int QMetaType::id() 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),