[PyQt] sip doesn't recognize structs with parent structs/classes

Erick Tryzelaar idadesub at users.sourceforge.net
Thu Jul 17 00:12:15 BST 2008


I've got a simple sip file that has:

struct Foo {
%TypeHeaderCode
#include "foo.h"
%End

  virtual Foo();
};

struct Bar: Foo {
%TypeHeaderCode
#include "foo.h"
%End

  virtual Bar();
};


That should be valid code though, right?


More information about the PyQt mailing list