summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qmetatype.cpp')
-rw-r--r--src/corelib/kernel/qmetatype.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/kernel/qmetatype.cpp b/src/corelib/kernel/qmetatype.cpp
index 798d43686a..a1dcf2d130 100644
--- a/src/corelib/kernel/qmetatype.cpp
+++ b/src/corelib/kernel/qmetatype.cpp
@@ -2450,8 +2450,8 @@ bool QMetaType::canConvert(QMetaType fromType, QMetaType toType)
*/
/*!
- Returns \c true, if the meta type system has a registered conversion from meta type id \a fromTypeId
- to \a toTypeId
+ Returns \c true, if the meta type system has a registered conversion from meta type id \a fromType
+ to \a toType
\since 5.2
*/
bool QMetaType::hasRegisteredConverterFunction(QMetaType fromType, QMetaType toType)
@@ -2468,7 +2468,7 @@ bool QMetaType::hasRegisteredConverterFunction(QMetaType fromType, QMetaType toT
/*!
Returns \c true, if the meta type system has a registered mutable view on meta type id
- \a fromTypeId of meta type id \a toTypeId.
+ \a fromType of meta type id \a toType.
\since 5.2
*/
bool QMetaType::hasRegisteredMutableViewFunction(QMetaType fromType, QMetaType toType)