Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 278 Bytes

README-post-event.md

File metadata and controls

6 lines (4 loc) · 278 Bytes

post-event

Finds places where an event is not correctly passed to QCoreApplication::postEvent().

QCoreApplication::postEvent() expects an heap allocated event, not a stack allocated one. QCoreApplication::sendEvent() correctness is not checked due to false-positives.