Re: [PyQt] Help with wrapping protected enum

2010-05-07 Thread Phil Thompson
On Fri, 07 May 2010 00:04:00 -0400, Demetrius Cassidy wrote: > I am having a problem in wrapping a protected enum declared in a child > class. For some reason, the sip code below is converting > Element::OptionalCRLF parameters to int, which results in a compiler > error. If anyone has an idea

[PyQt] Help with wrapping protected enum

2010-05-06 Thread Demetrius Cassidy
I am having a problem in wrapping a protected enum declared in a child class. For some reason, the sip code below is converting Element::OptionalCRLF parameters to int, which results in a compiler error. If anyone has an idea of what is wrong in my wrapped code, please let me know. sippyptlib