aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/typesystem.h b/typesystem.h
index bd99fd6c6..3fcb241fd 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -1439,6 +1439,7 @@ public:
centry->setCodeSnips(codeSnips());
centry->setTargetLangPackage(targetLangPackage());
centry->setBaseContainerType(baseContainerType());
+ centry->setDefaultConstructor(defaultConstructor());
return centry;
}
@@ -1629,6 +1630,9 @@ public:
return m_baseContainerType;
}
+ QString defaultConstructor() const;
+ void setDefaultConstructor(const QString& defaultConstructor);
+ bool hasDefaultConstructor() const;
private:
AddedFunctionList m_addedFunctions;