Warning, /sdk/clazy/docs/checks/README-base-class-event.md is written in an unsupported language. File is not indexed.

0001 # base-class-event
0002 
0003 Warns when you `return false` inside your `QObject::event()` or `QObject::eventFilter()` reimplementation.
0004 Instead you should probably call the base class method, so the event is correctly handled.