Multi-line class definitions are not parsed correctly
I have a class definition like this:
class A
: public B
, public C {
...
};
This is currently not parsed by QFramework/share/generateBindings.py
, leading to a missing entry in the automatically generated LinkDef.h
and __init__.py
files.