aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppgenerator.h')
-rw-r--r--cppgenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cppgenerator.h b/cppgenerator.h
index 0698f7355..75bcc9b5f 100644
--- a/cppgenerator.h
+++ b/cppgenerator.h
@@ -193,6 +193,9 @@ private:
void writeHashFunction(QTextStream& s, const AbstractMetaClass* metaClass);
void writeObjCopierFunction(QTextStream& s, const AbstractMetaClass* metaClass);
+ // Write default implementations for sequence protocol
+ void writeStdListWrapperMethods(QTextStream& s, const AbstractMetaClass* metaClass);
+
// 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;