Warning, /sdk/clazy/docs/checks/README-missing-typeinfo.md is written in an unsupported language. File is not indexed.

0001 # missing-typeinfo
0002 
0003 Suggests usage of `Q_PRIMITIVE_TYPE` or `Q_MOVABLE_TYPE` in cases where you're using `QList<T>` and `sizeof(T) > sizeof(void*)`
0004 or using `QVector<T>`, unless they already have a type info classification.
0005 
0006 See `Q_DECLARE_TYPEINFO` in Qt documentation for more information.