I have a question, who is responsible for deletion of QEvent objects? For example, in the code below I create a new QEvent object and pass it further to parent:
newEvent is a newly created event. Is there a memory leak? Who handles the event object deletion? Thanx!