summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/kernel/qmetatype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qmetatype.cpp b/src/corelib/kernel/qmetatype.cpp
index ea079fa712..76a89b30a3 100644
--- a/src/corelib/kernel/qmetatype.cpp
+++ b/src/corelib/kernel/qmetatype.cpp
@@ -340,7 +340,7 @@ void QMetaType::registerStreamOperators(int idx, SaveOperator saveOp,
#endif // QT_NO_DATASTREAM
/*!
- Returns the type name associated with the given \a type, or 0 if no
+ Returns the type name associated with the given \a typeId, or 0 if no
matching type was found. The returned pointer must not be deleted.
\sa type(), isRegistered(), Type