aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/README-post-event.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level1/README-post-event.md')
-rw-r--r--src/checks/level1/README-post-event.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/checks/level1/README-post-event.md b/src/checks/level1/README-post-event.md
deleted file mode 100644
index 2bc3db64..00000000
--- a/src/checks/level1/README-post-event.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# post-event
-
-Finds places where an event is not correctly passed to `QCoreApplication::postEvent()`.
-
-`QCoreApplication::postEvent()` expects an heap allocated event, not a stack allocated one.
-`QCoreApplication::sendEvent()` correctness is not checked due to false-positives.