aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/typedatabase.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/typedatabase.h')
-rw-r--r--sources/shiboken6/ApiExtractor/typedatabase.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/typedatabase.h b/sources/shiboken6/ApiExtractor/typedatabase.h
index f90a178d0..aaf174081 100644
--- a/sources/shiboken6/ApiExtractor/typedatabase.h
+++ b/sources/shiboken6/ApiExtractor/typedatabase.h
@@ -218,6 +218,11 @@ private:
const TypeSystemTypeEntry *root,
const QString &rootPackage,
CustomTypeEntry *targetLang);
+ void addBuiltInCppStringPrimitiveType(const QString &name,
+ const QString &viewName,
+ const TypeSystemTypeEntry *root,
+ const QString &rootPackage,
+ CustomTypeEntry *targetLang);
void addBuiltInPrimitiveTypes();
TypeEntryMultiMapConstIteratorRange findTypeRange(const QString &name) const;
template <class Predicate>