aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/abstractmetalang.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/abstractmetalang.h')
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetalang.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken6/ApiExtractor/abstractmetalang.h b/sources/shiboken6/ApiExtractor/abstractmetalang.h
index 848d3c7c9..cb4bc0985 100644
--- a/sources/shiboken6/ApiExtractor/abstractmetalang.h
+++ b/sources/shiboken6/ApiExtractor/abstractmetalang.h
@@ -335,9 +335,9 @@ public:
bool avoidProtectedHack);
static AbstractMetaClass *findClass(const AbstractMetaClassList &classes,
- const QString &name);
+ QStringView name);
static const AbstractMetaClass *findClass(const AbstractMetaClassCList &classes,
- const QString &name);
+ QStringView name);
static AbstractMetaClass *findClass(const AbstractMetaClassList &classes,
const TypeEntry* typeEntry);
static const AbstractMetaClass *findClass(const AbstractMetaClassCList &classes,