aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks/README-base-class-event.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/checks/README-base-class-event.md')
-rw-r--r--docs/checks/README-base-class-event.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/checks/README-base-class-event.md b/docs/checks/README-base-class-event.md
new file mode 100644
index 00000000..fc61fca8
--- /dev/null
+++ b/docs/checks/README-base-class-event.md
@@ -0,0 +1,4 @@
+# base-class-event
+
+Warns when you `return false` inside your `QObject::event()` or `QObject::eventFilter()` reimplementation.
+Instead you should probably call the base class method, so the event is correctly handled.