On Sunday 21 December 2003 9:26 pm, Jim Bublitz wrote: > There appears to be a sip problem as described in the following > PyKDE list thread: > > [PyKDE] un-connectable signals (probably sip bug)
This is on my list of things to resolve before the next release - just haven't got to it yet. However, I suspect that there is a fundamental problem with the way SIP works. Changing SIP to recognise typedefs in signal signatures isn't a problem. I think the problem will arise if they clash with similar signals that use the base types. In other words moc may think two signal signatures are different - but they are the same to C++. I'll look at this in detail over the next few days... Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
