From: Douglas Gregor (gregod_at_[hidden])
Date: 2004-03-10 00:02:53


On Tuesday 09 March 2004 01:48 pm, Douglas Gregor wrote:
> I'll check in the fix in a few hours.

You can now get to the combiner of a signal with, surprise!, the combiner()
method. Combiners are also now safe after deletion of the signal, e.g., if a
signal A calls a slot that deletes signal A, we'll no longer be in the land
of undefined behavior.

        Doug