aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-11-27 16:22:46 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-11-27 16:53:13 -0200
commiteb5cadcdddf834d5df0b36d19d9411e4cf931cce (patch)
tree3ba054a53b9bde5b843748da179784fa4581d459 /cppgenerator.h
parent3c2e7df28e219a1628f7ed0f1e63b831d07fc69c (diff)
Implemented primitives to solve the parent/children problem.
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
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 19002224a..b001acf4e 100644
--- a/cppgenerator.h
+++ b/cppgenerator.h
@@ -135,6 +135,7 @@ private:
/// Writes the function that registers the multiple inheritance information for the classes that need it.
void writeMultipleInheritanceInitializerFunction(QTextStream& s, const AbstractMetaClass* metaClass);
+ void writeParentChildManagement(QTextStream& s, const AbstractMetaFunction* func);
/**
* Returns the multiple inheritance initializer function for the given class.
* \param metaClass the class for whom the function name must be generated.