aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/README-post-event.md
blob: 2bc3db64e8405ecb54ad24b929678f1a01c23686 (plain)
1
2
3
4
5
6
# 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.