diff options
author | David Boddie <dboddie@trolltech.com> | 2009-03-30 15:03:01 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-03-30 15:03:46 (GMT) |
commit | 259175c6d55d7add0b25fd552b9dadc256e45def (patch) | |
tree | 4334538a37bbccd9a41e178d012b6a42b3d05567 /src/corelib | |
parent | 7ce9e9160ce04e6ab7e4219af9de6c24a9d2889c (diff) | |
download | Qt-259175c6d55d7add0b25fd552b9dadc256e45def.zip Qt-259175c6d55d7add0b25fd552b9dadc256e45def.tar.gz Qt-259175c6d55d7add0b25fd552b9dadc256e45def.tar.bz2 |
Doc: Fixed typo.
Reviewed-by: TrustMe
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/kernel/qmetatype.cpp | 2 |
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. |