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

0001 # post-event
0002 
0003 Finds places where an event is not correctly passed to `QCoreApplication::postEvent()`.
0004 
0005 `QCoreApplication::postEvent()` expects an heap allocated event, not a stack allocated one.
0006 `QCoreApplication::sendEvent()` correctness is not checked due to false-positives.