summaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'abstractmetabuilder.h')
-rw-r--r--abstractmetabuilder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/abstractmetabuilder.h b/abstractmetabuilder.h
index e676f12..0d554b9 100644
--- a/abstractmetabuilder.h
+++ b/abstractmetabuilder.h
@@ -43,6 +43,7 @@ public:
RedefinedToNotClass,
UnmatchedArgumentType,
UnmatchedReturnType,
+ ApiIncompatible,
NoReason
};
@@ -137,7 +138,7 @@ public:
QString fixDefaultValue(ArgumentModelItem item, AbstractMetaType *type,
AbstractMetaFunction *fnc, AbstractMetaClass *,
int argumentIndex);
- AbstractMetaType* translateType(const AddedFunction::TypeInfo& typeInfo);
+ AbstractMetaType* translateType(double vr, const AddedFunction::TypeInfo& typeInfo);
AbstractMetaType *translateType(const TypeInfo &type, bool *ok, bool resolveType = true, bool resolveScope = true);
void decideUsagePattern(AbstractMetaType *type);