aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/typedatabase.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/ApiExtractor/typedatabase.h')
-rw-r--r--sources/shiboken2/ApiExtractor/typedatabase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/shiboken2/ApiExtractor/typedatabase.h b/sources/shiboken2/ApiExtractor/typedatabase.h
index 0040364bf..7f1b2a3fc 100644
--- a/sources/shiboken2/ApiExtractor/typedatabase.h
+++ b/sources/shiboken2/ApiExtractor/typedatabase.h
@@ -87,7 +87,8 @@ public:
PrimitiveTypeEntry* findPrimitiveType(const QString& name) const;
ComplexTypeEntry* findComplexType(const QString& name) const;
ObjectTypeEntry* findObjectType(const QString& name) const;
- NamespaceTypeEntry* findNamespaceType(const QString& name) const;
+ NamespaceTypeEntryList findNamespaceTypes(const QString& name) const;
+ NamespaceTypeEntry *findNamespaceType(const QString& name, const QString &fileName = QString()) const;
ContainerTypeEntry* findContainerType(const QString& name) const;
FunctionTypeEntry* findFunctionType(const QString& name) const;
const TypeSystemTypeEntry *findTypeSystemType(const QString &name) const;