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

0001 # child-event-qobject-cast
0002 
0003 Finds places where `qobject_cast<MyType>(event->child())` is being used inside `QObject::childEvent()` or equivalent (`QObject::event()` or `QObject::eventFilter()`).
0004 
0005 
0006 `qobject_cast` can fail because the child might not be totally constructed yet.