aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-12-16 17:42:50 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-12-16 18:22:45 -0200
commit9ab2b614214ac925f17818ceda176a543d674fd9 (patch)
treedfee19780986639ce1d953ab258aea6c6a822e21 /cppgenerator.h
parentfe681d0b1105c5e4ce61130700a2707b86320d94 (diff)
Add metaObject() method to every class derived from QObject when
the flag enable-pyside-extensions is on.
Diffstat (limited to 'cppgenerator.h')
-rw-r--r--cppgenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppgenerator.h b/cppgenerator.h
index 7857974a7..92039b38d 100644
--- a/cppgenerator.h
+++ b/cppgenerator.h
@@ -45,6 +45,7 @@ private:
void writeConstructorNative(QTextStream& s, const AbstractMetaFunction* func);
void writeDestructorNative(QTextStream& s, const AbstractMetaClass* metaClass);
void writeVirtualMethodNative(QTextStream& s, const AbstractMetaFunction* func);
+ void writeMetaObjectMethod(QTextStream& s, const AbstractMetaClass* metaClass);
void writeConstructorWrapper(QTextStream &s, const AbstractMetaFunctionList overloads);
void writeDestructorWrapper(QTextStream& s, const AbstractMetaClass* metaClass);