aboutsummaryrefslogtreecommitdiffstats
path: root/generator/cppgenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'generator/cppgenerator.h')
-rw-r--r--generator/cppgenerator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/generator/cppgenerator.h b/generator/cppgenerator.h
index 6e064dd4f..f2bc30e05 100644
--- a/generator/cppgenerator.h
+++ b/generator/cppgenerator.h
@@ -192,10 +192,14 @@ private:
void writeStdListWrapperMethods(QTextStream& s, const AbstractMetaClass* metaClass);
QString writeReprFunction(QTextStream& s, const AbstractMetaClass* metaClass);
+ void writeRegisterType(QTextStream& s, const AbstractMetaClass* metaClass);
+ void writeRegisterType(QTextStream& s, const AbstractMetaEnum* metaEnum);
+
// Maps special function names to function parameters and return types
// used by CPython API in the sequence protocol.
QHash<QString, QPair<QString, QString> > m_sequenceProtocol;
int m_currentErrorCode;
+
};
#endif // CPPGENERATOR_H