aboutsummaryrefslogtreecommitdiffstats
path: root/headergenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'headergenerator.h')
-rw-r--r--headergenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/headergenerator.h b/headergenerator.h
index 5b26eae2d..7b337e1ae 100644
--- a/headergenerator.h
+++ b/headergenerator.h
@@ -44,6 +44,8 @@ private:
void writeTypeCheckMacro(QTextStream& s, const TypeEntry* type);
void writeExportMacros(QTextStream& s);
void writeTypeConverterDecl(QTextStream& s, const TypeEntry* type);
+ void writePyTypeFunction(QTextStream& s, const AbstractMetaEnum* cppEnum);
+ void writePyTypeFunction(QTextStream& s, const AbstractMetaClass* cppClass);
};
#endif // HEADERGENERATOR_H