[PyKDE] More on %ConvertToSubClassCode

Phil Thompson phil at river-bank.demon.co.uk
Wed Apr 16 12:48:01 BST 2003


In an attempt to confuse Jim (and to make sure %ConvertToSubClassCode is 
compatible between SIP v3 and SIP v4) I have changed the definition of 
sipStringTypeClassMap slightly.

Basically, where entries were...

	{sipName_QObject,	sipClass_QObject},

...they should now be...

	{sipName_QObject,	&sipClass_QObject},

The changes will be in tonight's SIP and PyQt snapshots.

Phil




More information about the PyQt mailing list