Re: [PyQt] Typedefs and SIP

2011-01-27 Thread Phil Thompson
On Wed, 26 Jan 2011 10:18:55 -0800, Nate Reid gnat...@hotmail.com wrote: If I'm using a typedef with a MappedType, and a container that's a MappedType, it seems like I have to use a #define to tell SIP that the specific typedef is the same as the MappedType. E.g. I've wrapped std::string

[PyQt] Typedefs and SIP

2011-01-26 Thread Nate Reid
If I'm using a typedef with a MappedType, and a container that's a MappedType, it seems like I have to use a #define to tell SIP that the specific typedef is the same as the MappedType. E.g. I've wrapped std::string with MappedType, so it's type is sipType_std_string and I've also wrapped