summaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.h
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-05-25 16:13:19 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:03 -0300
commit6ddb2e91990b119017819c6290ca6de6c6b6ea21 (patch)
tree4fd524331337d4ea6de141cc7b36c753a2abb570 /abstractmetabuilder.h
parent73d7cfa75642672e4fe2ccd52eae872a16953dba (diff)
Implemented support to flag "since" on typesystem.
With this flag you can specify after which version the tag became valid.
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);