Hi,

when connecting a Python method to the 
QObject.destroyed signal, it seems as
if the connected slot is only called with
one argument instead of two, this results
in :

TypeError: destroyed_slot() takes exactly 2 arguments (1 given)
Error calling slot "destroyed_slot"

while I would expect 2 arguments (self and
the object being destroyed).

am I missing something or is this possibly
a bug ?

Thanks,

Erik 


_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to