Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[sipify] write helpers in core.__init__.py for Q_ENUM
whenever reading a Q_ENUM macro, sipify will create a helper in the core module: BaseClass.EnumType.parentClass = lamda: BaseClass this will allow to use the meta object to access the QMetaEnum of the object
- Loading branch information
Showing
with
35 additions
and 4 deletions.
- +1 −1 scripts/prepare-commit.sh
- +33 −2 scripts/sipify.pl
- +1 −1 scripts/sipify_all.sh