aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'abstractmetabuilder.h')
-rw-r--r--abstractmetabuilder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/abstractmetabuilder.h b/abstractmetabuilder.h
index 8b2900974..d45b34aaa 100644
--- a/abstractmetabuilder.h
+++ b/abstractmetabuilder.h
@@ -149,6 +149,8 @@ public:
AbstractMetaType* translateType(double vr, const AddedFunction::TypeInfo& typeInfo);
AbstractMetaType *translateType(const TypeInfo &type, bool *ok, bool resolveType = true, bool resolveScope = true);
+ int findOutValueFromString(const QString& stringValue, bool& ok);
+
void decideUsagePattern(AbstractMetaType *type);
const AbstractMetaFunctionList globalFunctions() const