summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-07-19 00:22:17 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-19 12:33:57 +0200
commit507859e40312ec634b297624763cdf7022cac9e8 (patch)
tree5a4552e03f27fb229695f3ed7640d4fd36612150
parent64d097598f1d7c88dfc8834fbe21891f65c21ca0 (diff)
fix "No such ..." doc error for QMetaType::typeName()
Change-Id: If00c728ec793a65f62d76d8301c7f6658e7af8a0 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
-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