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
Change-Id: I8d96bcf712c78ca2b9ce609e511d275053cf6cbf
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 07c5ff8246b568f2d89e8b0e8236b1ec517e16b5)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Jaishree Vyas 2024-11-26 12:34:02 +01:00 committed by Qt Cherry-pick Bot
parent 0188953c6d
commit 437a7626f4

View File

@ -3438,7 +3438,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().