QVariant::metaType(): Add missing \since Qt 6.0

Amends a68e4f3b96

Change-Id: Ice8f83e11e03db1d76e12ffd2b548a6b69684842
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
bb10
Marcel Krems 2020-08-20 19:56:03 +02:00
parent 09d3ebcce8
commit 8c9205988d
1 changed files with 2 additions and 0 deletions

View File

@ -2217,6 +2217,8 @@ int QVariant::userType() const
}
/*!
\since 6.0
Returns the QMetaType of the value stored in the variant.
*/
QMetaType QVariant::metaType() const