aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level2/README-missing-typeinfo.md
blob: 675fc2f0b183fbc5d52216ccb44ee06e9cffbee2 (plain)
1
2
3
4
5
6
# missing-typeinfo

Suggests usage of `Q_PRIMITIVE_TYPE` or `Q_MOVABLE_TYPE` in cases where you're using `QList<T>` and `sizeof(T) > sizeof(void*)`
or using `QVector<T>`, unless they already have a type info classification.

See `Q_DECLARE_TYPEINFO` in Qt documentation for more information.