[Uml-devel] kdesdk/umbrello/umbrello

Luis De la Parra lparrab at gmx.net
Tue Nov 11 10:42:09 UTC 2003


On Tuesday 11 November 2003 18:06, Sebastian Stein wrote:
> CVS commit by sstein:
>
> fix bug #67765: We have to disconnect slot/signal before deleting and not
> the other way around.

actually, QT disconnects all signals/slots from an object just before it gets 
deleted ( signal destroyed() in QObject ), so explicitly disconnecting it is 
not really necessary....  trying to access it ( disconnect ) after deletion 
was of course a problem.






More information about the umbrello-devel mailing list