Qt-interest Archive, March 2008
Re: Problems with deferred deletion of objects in 4.4 beta
Message 1 in thread
Philippe wrote:
> There is another problem in the same domain:
>
> My application calls:
>
> QCoreApplication::processEvents();
>
> In one of the processed events (custom event A), a new custom event B is
> posted.
>
> In Qt 4.3: processEvents() would return after also processing the event B.
>
> In Qt 4.4: processEvents() has to be called one more time to have B
> processed.
>
> Bug or new design?
Based on what you describe though, this is the intended behavior (in fact, Qt
has behaved like this since 4.0.0). If you have an example that reproduces
your problem, I'd certainly like to see it.
--
[ signature omitted ]