diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-11-08 17:04:58 -0200 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-11-10 15:36:28 -0200 |
commit | d5630195312a4eb107cb6f48aae54038a9ca4681 (patch) | |
tree | 2f66c8a42ec7a4234d04c6d235bcda8d40a0064e /generator/cppgenerator.h | |
parent | 95bc879ad706a47c965b2a62dd5b758cbd796b3d (diff) | |
download | shiboken-d5630195312a4eb107cb6f48aae54038a9ca4681.tar.gz shiboken-d5630195312a4eb107cb6f48aae54038a9ca4681.tar.xz shiboken-d5630195312a4eb107cb6f48aae54038a9ca4681.zip |
Create enum python types on the fly, avoiding generation of structs and duplication of many C functions.
Diffstat (limited to 'generator/cppgenerator.h')
-rw-r--r-- | generator/cppgenerator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generator/cppgenerator.h b/generator/cppgenerator.h index 645f63fd..4374eb5e 100644 --- a/generator/cppgenerator.h +++ b/generator/cppgenerator.h @@ -145,8 +145,6 @@ private: void writeRichCompareFunction(QTextStream& s, const AbstractMetaClass* metaClass); void writeToPythonFunction(QTextStream& s, const AbstractMetaClass* metaClass); - void writeEnumNewMethod(QTextStream& s, const AbstractMetaEnum* cppEnum); - void writeEnumDefinition(QTextStream& s, const AbstractMetaEnum* metaEnum); void writeEnumInitialization(QTextStream& s, const AbstractMetaEnum* metaEnum); void writeSignalInitialization(QTextStream& s, const AbstractMetaClass* metaClass); |