Hi all,

when posting a custom QEvent to a receiver that has been removed I'll get a debug message "Receiver is not a valid QObject".

But, how do I identify this problem inside my application?

postEvent() doesn't have a return and the event itself has been removed in that case

Any suggestions?