aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks/README-lambda-unique-connection.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/checks/README-lambda-unique-connection.md')
-rw-r--r--docs/checks/README-lambda-unique-connection.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/checks/README-lambda-unique-connection.md b/docs/checks/README-lambda-unique-connection.md
new file mode 100644
index 00000000..453f3a28
--- /dev/null
+++ b/docs/checks/README-lambda-unique-connection.md
@@ -0,0 +1,4 @@
+# lambda-unique-connection
+
+Finds usages of `Qt::UniqueConnection` when the slot is a functor, lambda or non-member function.
+That `connect()` overload does not support `Qt::UniqueConnection`.