Doc: QMetaProperty documentation references deprecated "type()" function
Documentation of QMetaProperty mentions deprecated members, which includes type(). Added link to the metaType() to avoid confusion. Fixes: QTBUG-131446 Pick-to: 6.8 Change-Id: I8d96bcf712c78ca2b9ce609e511d275053cf6cbf Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
cb26334684
commit
07c5ff8246
@ -3629,7 +3629,7 @@ int QMetaEnum::Data::index(const QMetaObject *mobj) const
|
||||
|
||||
\section1 Property Meta-Data
|
||||
|
||||
A property has a name() and a type(), as well as various
|
||||
A property has a name() and a metaType(), as well as various
|
||||
attributes that specify its behavior: isReadable(), isWritable(),
|
||||
isDesignable(), isScriptable(), revision(), and isStored().
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user