aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/abstractmetabuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/abstractmetabuilder.h')
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetabuilder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/abstractmetabuilder.h b/sources/shiboken6/ApiExtractor/abstractmetabuilder.h
index 06c8c0bc4..1f6527b7d 100644
--- a/sources/shiboken6/ApiExtractor/abstractmetabuilder.h
+++ b/sources/shiboken6/ApiExtractor/abstractmetabuilder.h
@@ -112,6 +112,8 @@ public:
static QString searchForEnumScope(const AbstractMetaClass *metaClass,
QStringView value);
+ static bool dontFixDefaultValue(QStringView expr);
+
// For testing purposes
QString fixDefaultValue(const QString &expr, const AbstractMetaType &type,
const AbstractMetaClass *) const;