Re: [PyQt] object using deleteLater(), signal destroyed() not emitted

2009-11-15 Thread Phil Thompson
On Sun, 15 Nov 2009 20:53:44 +0100, Wilbert Berendsen wrote: > Hi, > > in recent sip releases (on my Karmic system, 4.9.1-snapshot), the signal > destroyed() is not emitted (as least not by PyQt) when a remote object > destroys itself using deleteLater(). > > in sip 4.7.9 it works perfectly.

[PyQt] object using deleteLater(), signal destroyed() not emitted

2009-11-15 Thread Wilbert Berendsen
Hi, in recent sip releases (on my Karmic system, 4.9.1-snapshot), the signal destroyed() is not emitted (as least not by PyQt) when a remote object destroys itself using deleteLater(). in sip 4.7.9 it works perfectly. The qobject in question is a KDE readonly part (KonsolePart) that destroys