From 47d4a1f545eb7f348e46d39230a73a1b465e57a4 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Mon, 31 May 2010 15:25:12 -0300 Subject: Generator improved to handle protected enums without the protected hack. --- shibokengenerator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shibokengenerator.h') diff --git a/shibokengenerator.h b/shibokengenerator.h index e1dadc867..bb1dcae50 100644 --- a/shibokengenerator.h +++ b/shibokengenerator.h @@ -213,6 +213,8 @@ public: static QString wrapperName(const AbstractMetaClass* metaClass); + static QString protectedEnumSurrogateName(const AbstractMetaEnum* metaEnum); + static QString pythonPrimitiveTypeName(const QString& cppTypeName); static QString pythonPrimitiveTypeName(const PrimitiveTypeEntry* type); -- cgit v1.2.3