Usage of QCoreApplication::removePostedEvents()
Unsolved
Mobile and Embedded
-
Hello,
In my case, I have to remove custom events posted to specific QObject. I thought of using removePostedEvents(QObject*). But in doc it says, "killing events may cause receiver to break one or more invariants".
Does calling removePostedevents() harmful?Thanks,
Hari -
Hi,
Why do you have to remove these events ?