summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlparameter.h
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-11-26 12:42:46 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-11-26 16:38:10 +0100
commit77283562898fbf9499ebece65cc068450433cd95 (patch)
tree10b38c6c9a5e5dbe8c5021b33fe889c54dfe5e71 /src/uml/qumlparameter.h
parent0f13b4f396ac21dee5ba1df2cc4cd482b3b41f88 (diff)
Update UML metamodel implementation
Change-Id: I1aeaa9b3f30e3d7a94bb665a0a53f7d6dd52de59 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qumlparameter.h')
-rw-r--r--src/uml/qumlparameter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uml/qumlparameter.h b/src/uml/qumlparameter.h
index 07d2789f..16c6a4d4 100644
--- a/src/uml/qumlparameter.h
+++ b/src/uml/qumlparameter.h
@@ -60,6 +60,7 @@ class Q_UML_EXPORT QUmlParameter : public QUmlMultiplicityElement, public QUmlCo
{
public:
explicit QUmlParameter(bool createQModelingObject = true);
+ virtual ~QUmlParameter();
virtual QModelingElement *clone() const;