aboutsummaryrefslogtreecommitdiffstats
path: root/headergenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'headergenerator.h')
-rw-r--r--headergenerator.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/headergenerator.h b/headergenerator.h
index 7b337e1ae..ad1e3bd97 100644
--- a/headergenerator.h
+++ b/headergenerator.h
@@ -44,8 +44,9 @@ 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);
+ void writeSbkTypeFunction(QTextStream& s, const AbstractMetaEnum* cppEnum);
+ void writeSbkTypeFunction(QTextStream& s, const AbstractMetaClass* cppClass);
+ void writeSbkCopyCppObjectFunction(QTextStream& s, const AbstractMetaClass* metaClass);
};
#endif // HEADERGENERATOR_H