Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 218 Bytes

README-base-class-event.md

File metadata and controls

4 lines (3 loc) · 218 Bytes

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.