aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks/README-qhash-namespace.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/checks/README-qhash-namespace.md')
-rw-r--r--docs/checks/README-qhash-namespace.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/checks/README-qhash-namespace.md b/docs/checks/README-qhash-namespace.md
new file mode 100644
index 00000000..ca4b646c
--- /dev/null
+++ b/docs/checks/README-qhash-namespace.md
@@ -0,0 +1,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.