aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/README-qhash-namespace.md
blob: ca4b646c0eb18e03bd98505e02ca37da3eab7ca4 (plain)
1
2
3
4
# qhash-namespace

Warns when a `qHash()` function is not declared inside the namespace of it's argument.
`qHash()` needs to be inside the namespace for ADL lookup to happen.