aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level3/README-thread-with-slots.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level3/README-thread-with-slots.md')
-rw-r--r--src/checks/level3/README-thread-with-slots.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/checks/level3/README-thread-with-slots.md b/src/checks/level3/README-thread-with-slots.md
deleted file mode 100644
index 0643364c..00000000
--- a/src/checks/level3/README-thread-with-slots.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# thread-with-slots
-
-slots in a `QThread` derived class are usually a code smell, because
-they'll run in the thread where the `QThread` `QObject` lives and not in
-the thread itself.
-
-Disabled by default since it's very hard to avoid for false-positives. You'll
-have to explicitly enable it and check case by case for races.