QVariant::metaType(): Add missing \since Qt 6.0
Amends a68e4f3b96
Change-Id: Ice8f83e11e03db1d76e12ffd2b548a6b69684842
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
bb10
parent
09d3ebcce8
commit
8c9205988d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue