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