summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlelement.h
diff options
context:
space:
mode:
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