Hi,

I have a signal, that should be emitted from a Python method with a list of 
integers. I declared it like

            self.emit(SIGNAL("dataChanged(int *)"), [index])

However, when it triggers, I get a TypeError exception saying, that argument 1 
is of the wrong type. What would be the correct signal definition?

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to