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