summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlelement.h
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-09-27 09:13:30 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-09-27 14:17:26 +0200
commit4d19c1223d4320b0db0261eb6d9904c5be480177 (patch)
tree8f31c788f492f8f38bd0cc1da09d305178463f4f /src/uml/qumlelement.h
parent61f9748061ef752b5617ec244a8f451700dc18f4 (diff)
Add UML properties metadata
Change-Id: I7b2a4b78641c11883d3c3283a8fb53f262b891af Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qumlelement.h')
-rw-r--r--src/uml/qumlelement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uml/qumlelement.h b/src/uml/qumlelement.h
index 7ee0785b..762a2cac 100644
--- a/src/uml/qumlelement.h
+++ b/src/uml/qumlelement.h
@@ -81,6 +81,8 @@ protected:
QSet<QUmlComment *> _ownedComment;
QSet<QUmlElement *> _ownedElement;
QUmlElement *_owner;
+
+ virtual void setPropertyData();
};
QT_END_NAMESPACE