aboutsummaryrefslogtreecommitdiffstats
path: root/generator/shibokengenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'generator/shibokengenerator.h')
-rw-r--r--generator/shibokengenerator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/generator/shibokengenerator.h b/generator/shibokengenerator.h
index abf74c5fe..526e5ac13 100644
--- a/generator/shibokengenerator.h
+++ b/generator/shibokengenerator.h
@@ -334,6 +334,11 @@ public:
* it needs to write some converter code.
*/
static Options getConverterOptions(const AbstractMetaType* metaType);
+
+ /**
+ * Helper function to find for argument default value
+ */
+ static QString getDefaultValue(const AbstractMetaFunction* func, const AbstractMetaArgument* arg);
protected:
bool doSetup(const QMap<QString, QString>& args);
// verify whether the class is copyable