[PyQt] Qt 3: wrapping QSettings subclass fails

Phil Thompson phil at riverbankcomputing.com
Tue Mar 4 12:20:33 GMT 2008


On Tuesday 04 March 2008, Arve Knudsen wrote:
> Looks like what it took was to declare the copy constructor private in the
> .sip.

Yes, but you shouldn't need to. SIP should know that there is a private copy 
ctor in a super-class and therefore not automatically generate a default copy 
ctor in your sub-class.

Phil


More information about the PyQt mailing list