aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'shibokengenerator.h')
-rw-r--r--shibokengenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shibokengenerator.h b/shibokengenerator.h
index faf5546a7..92c78b143 100644
--- a/shibokengenerator.h
+++ b/shibokengenerator.h
@@ -273,6 +273,8 @@ public:
/// Returns true if the user enabled the so called "parent constructor heuristic".
bool useCtorHeuristic() const;
+ /// Returns true if the user enabled the so called "return value heuristic".
+ bool useReturnValueHeuristic() const;
/// Returns true if the user enabled PySide extensions.
bool usePySideExtensions() const;
protected:
@@ -300,6 +302,7 @@ protected:
AbstractMetaFunctionList filterFunctions(const AbstractMetaClass* metaClass);
private:
bool m_useCtorHeuristic;
+ bool m_userReturnValueHeuristic;
bool m_usePySideExtensions;
};