aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppgenerator.h')
-rw-r--r--cppgenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cppgenerator.h b/cppgenerator.h
index c9d24d246..b0a9e143e 100644
--- a/cppgenerator.h
+++ b/cppgenerator.h
@@ -153,7 +153,8 @@ private:
void writeExtendedToCppFunction(QTextStream& s, const TypeEntry* externalType, const QList<const AbstractMetaClass*>& conversions);
void writeExtendedConverterInitialization(QTextStream& s, const TypeEntry* externalType, const QList<const AbstractMetaClass*>& conversions);
- void writeParentChildManagement(QTextStream& s, const AbstractMetaFunction* func);
+ void writeParentChildManagement(QTextStream& s, const AbstractMetaFunction* func, bool userHeuristicForReturn);
+ bool writeParentChildManagement(QTextStream& s, const AbstractMetaFunction* func, int argIndex, bool userHeuristicPolicy);
void writeReturnValueHeuristics(QTextStream& s, const AbstractMetaFunction* func, const QString& self = "self");
/**
* Returns the multiple inheritance initializer function for the given class.