aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/parser/codemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/parser/codemodel.h')
-rw-r--r--sources/shiboken6/ApiExtractor/parser/codemodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/parser/codemodel.h b/sources/shiboken6/ApiExtractor/parser/codemodel.h
index db61a65e7..e4c2ab55d 100644
--- a/sources/shiboken6/ApiExtractor/parser/codemodel.h
+++ b/sources/shiboken6/ApiExtractor/parser/codemodel.h
@@ -502,6 +502,7 @@ public:
bool isVariadics() const;
void setVariadics(bool isVariadics);
+ bool isDefaultConstructor() const;
bool isSimilar(const FunctionModelItem &other) const;