summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-03-30 15:03:01 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-03-30 15:03:46 (GMT)
commit259175c6d55d7add0b25fd552b9dadc256e45def (patch)
tree4334538a37bbccd9a41e178d012b6a42b3d05567 /src/corelib/kernel
parent7ce9e9160ce04e6ab7e4219af9de6c24a9d2889c (diff)
downloadQt-259175c6d55d7add0b25fd552b9dadc256e45def.zip
Qt-259175c6d55d7add0b25fd552b9dadc256e45def.tar.gz
Qt-259175c6d55d7add0b25fd552b9dadc256e45def.tar.bz2
Doc: Fixed typo.
Reviewed-by: TrustMe
Diffstat (limited to 'src/corelib/kernel')
-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 4d7d309..ce10bae 100644
--- a/src/corelib/kernel/qmetatype.cpp
+++ b/src/corelib/kernel/qmetatype.cpp
@@ -1255,7 +1255,7 @@ void QMetaType::destroy(int type, void *data)
\relates QMetaType
\threadsafe
- Registers the type name \a typeName to the type \c{T}. Returns
+ Registers the type name \a typeName for the type \c{T}. Returns
the internal ID used by QMetaType. Any class or struct that has a
public default constructor, a public copy constructor and a public
destructor can be registered.