On Mon, 25 Aug 2008 13:27:05 +0200, "Arve Knudsen" <[EMAIL PROTECTED]>
wrote:
> For the same class template I am also not able to refer to an
> enumeration within that class. Example:
> 
> template<T>
> class Value
> {
> public:
> enum Source
> {
>     Default,
>     User
> };
> 
>    Source getSource();
> };
> 
> SIP reacts by saying that Source is undefined.

Hopefully fixed in tonight's snapshot - not heavily tested.

Phil

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to