diff options
Diffstat (limited to 'doc/metaobjects.doc')
-rw-r--r-- | doc/metaobjects.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/metaobjects.doc b/doc/metaobjects.doc index 79c568b7c..4956538d3 100644 --- a/doc/metaobjects.doc +++ b/doc/metaobjects.doc @@ -71,7 +71,7 @@ additional features in QObject: \list \i the \link QObject::className() className() \endlink function that -returns the class name as a string at runtime, without retquiring +returns the class name as a string at runtime, without requiring native runtime type information (RTTI) support through the C++ compiler. |