aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/abstractmetabuilder_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/ApiExtractor/abstractmetabuilder_p.h')
-rw-r--r--sources/shiboken2/ApiExtractor/abstractmetabuilder_p.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sources/shiboken2/ApiExtractor/abstractmetabuilder_p.h b/sources/shiboken2/ApiExtractor/abstractmetabuilder_p.h
index 7becb2c34..959734462 100644
--- a/sources/shiboken2/ApiExtractor/abstractmetabuilder_p.h
+++ b/sources/shiboken2/ApiExtractor/abstractmetabuilder_p.h
@@ -120,14 +120,11 @@ public:
AbstractMetaFunction *fnc, AbstractMetaClass *,
int argumentIndex);
AbstractMetaType *translateType(const AddedFunction::TypeInfo &typeInfo);
- AbstractMetaType *translateType(const TypeInfo &type, bool *ok,
- bool resolveType = true,
- bool resolveScope = true);
+ AbstractMetaType *translateType(const TypeInfo &type,
+ bool resolveType = true);
qint64 findOutValueFromString(const QString &stringValue, bool &ok);
- void decideUsagePattern(AbstractMetaType *type);
-
AbstractMetaClass *findTemplateClass(const QString& name, const AbstractMetaClass *context,
TypeParser::Info *info = Q_NULLPTR,
ComplexTypeEntry **baseContainerType = Q_NULLPTR) const;