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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken6/ApiExtractor/typedatabase.h b/sources/shiboken6/ApiExtractor/typedatabase.h
index 347401968..06bc90b9a 100644
--- a/sources/shiboken6/ApiExtractor/typedatabase.h
+++ b/sources/shiboken6/ApiExtractor/typedatabase.h
@@ -120,7 +120,7 @@ public:
IncludeList extraIncludes(const QString &className) const;
- const QByteArrayList &systemIncludes() const { return m_systemIncludes; }
+ const QStringList &systemIncludes() const { return m_systemIncludes; }
void addSystemInclude(const QString &name);
void addInlineNamespaceLookups(const NamespaceTypeEntry *n);
@@ -240,7 +240,7 @@ private:
QList<TypeRejection> m_rejections;
QStringList m_dropTypeEntries;
- QByteArrayList m_systemIncludes;
+ QStringList m_systemIncludes;
};
#ifndef QT_NO_DEBUG_STREAM