aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/typesystem.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-09-16 14:51:20 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-09-17 09:40:48 +0200
commitb1f8fab93cc0ca5d186730a72ab0b7b9891395c2 (patch)
tree59bc79b2fbd78ec9e23c85ee64baaccf9519f7a6 /sources/shiboken6/ApiExtractor/typesystem.h
parentdd0dc6caa5dab5f7632869ff74ab1db4a9031de2 (diff)
shiboken6: Streamline the check function helpers
Move the check for a check function specified in the type system from guessCPythonCheckFunction() to the calling functions. Task-number: PYSIDE-1660 Change-Id: I6d4eb30cfd98abe0aef5e49b1a54b5324b81bf7c Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/typesystem.h')
-rw-r--r--sources/shiboken6/ApiExtractor/typesystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/typesystem.h b/sources/shiboken6/ApiExtractor/typesystem.h
index 52ad0d435..04e81361c 100644
--- a/sources/shiboken6/ApiExtractor/typesystem.h
+++ b/sources/shiboken6/ApiExtractor/typesystem.h
@@ -287,6 +287,7 @@ public:
TypeEntry *clone() const override;
+ bool hasCheckFunction() const;
QString checkFunction() const;
void setCheckFunction(const QString &f);