summaryrefslogtreecommitdiffstats
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:01 (GMT)
commit87f1ea14ae7e245dd7589b1d992f67b0058ae1b5 (patch)
tree52fb4cbe36f7d7b081514445a4d8c1b76b41a3ce
parent1e2fdb56ce6025b34b88b1da1386f8c79464b412 (diff)
downloadQt-87f1ea14ae7e245dd7589b1d992f67b0058ae1b5.zip
Qt-87f1ea14ae7e245dd7589b1d992f67b0058ae1b5.tar.gz
Qt-87f1ea14ae7e245dd7589b1d992f67b0058ae1b5.tar.bz2
Doc: Fixed typo.
Reviewed-by: TrustMe
-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.