aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/manuallevel/README-inefficient-qlist.md
blob: 3bfe3f1c87eb9449f19cc1ba45380f630b947409 (plain)
1
2
3
4
5
# inefficient-qlist

Finds `QList<T>` where `sizeof(T) > sizeof(void*)`. `QVector<T>` should be used instead.

This is a very noisy check and hence disabled by default. See **inefficient-qlist-soft** for a more useful check.