Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 277 Bytes

README-child-event-qobject-cast.md

File metadata and controls

6 lines (3 loc) · 277 Bytes

child-event-qobject-cast

Finds places where qobject_cast<MyType>(event->child()) is being used inside QObject::childEvent() or equivalent (QObject::event() or QObject::eventFilter()).

qobject_cast can fail because the child might not be totally constructed yet.