summaryrefslogtreecommitdiffstats
path: root/src/uml/qumltemplateableelement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumltemplateableelement.cpp')
-rw-r--r--src/uml/qumltemplateableelement.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/uml/qumltemplateableelement.cpp b/src/uml/qumltemplateableelement.cpp
index 3dd204da..bc6369db 100644
--- a/src/uml/qumltemplateableelement.cpp
+++ b/src/uml/qumltemplateableelement.cpp
@@ -66,6 +66,14 @@ QUmlTemplateableElement::QUmlTemplateableElement() :
}
/*!
+ Destroys the QUmlTemplateableElement.
+ */
+QUmlTemplateableElement::~QUmlTemplateableElement()
+{
+ QModelingElement::deleteQModelingObject();
+}
+
+/*!
Returns a deep-copied clone of the QUmlTemplateableElement.
*/
QModelingElement *QUmlTemplateableElement::clone() const