[Interest] z-order for Qt's signals and slots

Giuseppe D'Angelo dangelog at gmail.com
Wed Nov 23 12:52:35 CET 2011


On 23 November 2011 05:21, Sathishkumar Duraisamy
<bewithsathish at gmail.com> wrote:
> Hi all,
>
> By definition, the order by which the signals and slots is called is
> undefined but for each signals and slots connection, slots will be
> called for its signals.

For the sake of the argument, that's not completely true -- slots are
guaranteed to be called in the order they have been connected to the
signal.
-- 
Giuseppe D'Angelo



More information about the Interest mailing list