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

0001 # qhash-namespace
0002 
0003 Warns when a `qHash()` function is not declared inside the namespace of its argument.
0004 `qHash()` needs to be inside the namespace for ADL lookup to happen.