Doc: Fix spelling error
Change-Id: I9225ffeddfe17bc4f56ecd9a9c4656403840f828 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
a4d41f6803
commit
25739bebba
@ -110,7 +110,7 @@ public:
|
|||||||
|
|
||||||
To create a proper QTypeInfo specialization for A struct, we have to check
|
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
|
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
|
use QTypeInfoMerger, which does that automatically. So struct A would have
|
||||||
the following QTypeInfo definition:
|
the following QTypeInfo definition:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user