base-class-event

May 15, 2018 ยท View on GitHub

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.