aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level2/README-base-class-event.md
blob: fc61fca86a7a5cd22cb45a141e3e4174c00bf2fd (plain)
1
2
3
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.