[PyQt] Template class with private assignment operator
Lorenzo Masini
rugginoso at develer.com
Thu Mar 31 10:03:14 BST 2011
Hi everyone
I have a %MappedType which has the operator= private.
Sip generates assing_* code that uses the assignment operator, so the
generated cpp doesn't compile.
Is there a way to define the assign_* method in order to not use the
assignment operator and raise a python exception instead?
Best regards
--
Lorenzo Masini
Develer srl
More information about the PyQt
mailing list