summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlnode.cpp')
-rw-r--r--src/uml/qumlnode.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uml/qumlnode.cpp b/src/uml/qumlnode.cpp
index dfd67773..b95f7237 100644
--- a/src/uml/qumlnode.cpp
+++ b/src/uml/qumlnode.cpp
@@ -216,7 +216,8 @@ void QUmlNode::removeNestedNode(QUmlNode *nestedNode)
void QUmlNode::setPropertyData()
{
- QModelingObject::propertyDataHash[QStringLiteral("nestedNode")][QtModeling::AggregationRole] = QStringLiteral("composite"); QModelingObject::propertyDataHash[QStringLiteral("nestedNode")][QtModeling::IsDerivedUnionRole] = false;
+ QModelingObject::propertyDataHash[QStringLiteral("nestedNode")][QtModeling::AggregationRole] = QStringLiteral("composite");
+ QModelingObject::propertyDataHash[QStringLiteral("nestedNode")][QtModeling::IsDerivedUnionRole] = false;
QModelingObject::propertyDataHash[QStringLiteral("nestedNode")][QtModeling::DocumentationRole] = QStringLiteral("The Nodes that are defined (nested) within the Node.");
QModelingObject::propertyDataHash[QStringLiteral("nestedNode")][QtModeling::RedefinedPropertiesRole] = QStringLiteral("");
QModelingObject::propertyDataHash[QStringLiteral("nestedNode")][QtModeling::SubsettedPropertiesRole] = QStringLiteral("Namespace-ownedMember");