aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/typedatabase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/typedatabase.cpp')
-rw-r--r--sources/shiboken6/ApiExtractor/typedatabase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/ApiExtractor/typedatabase.cpp b/sources/shiboken6/ApiExtractor/typedatabase.cpp
index 81784c098..6345dcbc5 100644
--- a/sources/shiboken6/ApiExtractor/typedatabase.cpp
+++ b/sources/shiboken6/ApiExtractor/typedatabase.cpp
@@ -250,7 +250,7 @@ IncludeList TypeDatabase::extraIncludes(const QString& className) const
void TypeDatabase::addSystemInclude(const QString &name)
{
- m_systemIncludes.append(name.toUtf8());
+ m_systemIncludes.append(name);
}
// Add a lookup for the short name excluding inline namespaces