Re: [Development] Question about deferred delete handling in sendPostedEvents

2014-02-17 Thread Shaw Andy
> > I was looking at a problem regarding deferred deletes causing a crash inside > > nested loops and it was pointed out that in > > QCoreApplication::setPostedEvents() there is some code there that > > determines whether it is safe to delete the object or not. From my > > understanding it will onl

Re: [Development] Question about deferred delete handling in sendPostedEvents

2014-02-17 Thread Thiago Macieira
Em seg 17 fev 2014, às 14:35:08, Shaw Andy escreveu: > Hi, > > I was looking at a problem regarding deferred deletes causing a crash inside > nested loops and it was pointed out that in > QCoreApplication::setPostedEvents() there is some code there that > determines whether it is safe to delete th

[Development] Question about deferred delete handling in sendPostedEvents

2014-02-17 Thread Shaw Andy
Hi, I was looking at a problem regarding deferred deletes causing a crash inside nested loops and it was pointed out that in QCoreApplication::setPostedEvents() there is some code there that determines whether it is safe to delete the object or not. From my understanding it will only delete an