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

0001 # no-module-include
0002 
0003 Warns when a Qt module is included using the module wide include.
0004 Prefer include the direct class includes to avoid pulling all the Qt internal dependencies.
0005 
0006 See https://www.kdab.com/beware-of-qt-module-wide-includes/ for more details.