aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/abstractmetalang.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-11-17 10:55:09 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-11-17 11:28:43 +0000
commit70f219d10e15cd8fe125b6169c640598d89223c0 (patch)
treee068f85b1f29dffa9736a6fe6883cf05774740ca /sources/shiboken6/ApiExtractor/abstractmetalang.h
parentbbc52f68f6e989a242b787d32e828455bf8e8a8d (diff)
shiboken6: Move further C++ check functions from the generators to MetaLang*
Change-Id: I14fe14a2c7a5efff01dcd34bc1682cd8e264ab86 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/abstractmetalang.h')
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetalang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/abstractmetalang.h b/sources/shiboken6/ApiExtractor/abstractmetalang.h
index da4465917..793d4377f 100644
--- a/sources/shiboken6/ApiExtractor/abstractmetalang.h
+++ b/sources/shiboken6/ApiExtractor/abstractmetalang.h
@@ -331,6 +331,7 @@ public:
// Query functions for generators
bool isObjectType() const;
bool isCopyable() const;
+ bool isValueTypeWithCopyConstructorOnly() const;
static AbstractMetaClass *findClass(const AbstractMetaClassList &classes,
const QString &name);