[Interest] Annoying Bug - Qt 4.8.1 bug?
Thiago Macieira
thiago.macieira at intel.com
Thu Jan 23 17:58:14 CET 2014
On quinta-feira, 23 de janeiro de 2014 15:01:51, Etienne Sandré-Chardonnal
wrote:
> Is it possible that setValue(), by calling processEvents(), executes a
> deferred delete event on himself?
The deferred deletions save the nesting level of the event loop in the event,
so they won't get run by a nested processEvents().
However, if the deleteLater() happened in the nested event loop -- that is, as
a result something getting called inside processEvents() -- then a new
processEvents() will cause the event to be delivered.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140123/20662c46/attachment.sig>
More information about the Interest
mailing list