Re: [PyQt] QImage API change

2013-04-07 Thread Phil Thompson
On Sun, 7 Apr 2013 09:41:42 -0400, Luke Campagnola wrote: > Hello, > It appears that the API for QImage.__init__ changed somewhere between 4.9 > and 4.10. > > In 4.9, I use QImage(int, width, height, format) and in 4.10 I use > QImage(sip.voidptr, width, height, format). I would like to include b

[PyQt] QImage API change

2013-04-07 Thread Luke Campagnola
Hello, It appears that the API for QImage.__init__ changed somewhere between 4.9 and 4.10. In 4.9, I use QImage(int, width, height, format) and in 4.10 I use QImage(sip.voidptr, width, height, format). I would like to include both calls in my code; can you tell me at what version did this change t