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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to