Doc: Fix spelling error

Change-Id: I9225ffeddfe17bc4f56ecd9a9c4656403840f828
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Debao Zhang 2013-06-19 14:40:17 +08:00 committed by The Qt Project
parent a4d41f6803
commit 25739bebba

View File

@ -110,7 +110,7 @@ public:
To create a proper QTypeInfo specialization for A struct, we have to check
all sub-components; B, C and D, then take the lowest common denominator and call
Q_DECLATE_TYPEINFO with the resulting flags. An easier and less fragile approach is to
Q_DECLARE_TYPEINFO with the resulting flags. An easier and less fragile approach is to
use QTypeInfoMerger, which does that automatically. So struct A would have
the following QTypeInfo definition: