summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlmodel.cpp
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-10-05 10:52:05 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-10-05 15:49:23 +0200
commite07d31eda9cc77f50fb6dbae8905384219171332 (patch)
tree34ec1402aab325c51fb3b48fac2ee309b5ec833a /src/uml/qumlmodel.cpp
parent94a8fdedb57cb8433e41e4d95a7d6009a88eea11 (diff)
Update automatic generation of UML metamodel implementation
Change-Id: I849c5277a4ae2ed1c176f7d7451825b42d87b326 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qumlmodel.cpp')
-rw-r--r--src/uml/qumlmodel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uml/qumlmodel.cpp b/src/uml/qumlmodel.cpp
index 495d2ba7..8808681a 100644
--- a/src/uml/qumlmodel.cpp
+++ b/src/uml/qumlmodel.cpp
@@ -147,7 +147,8 @@ void QUmlModel::setViewpoint(QString viewpoint)
void QUmlModel::setPropertyData()
{
- QModelingObject::propertyDataHash[QStringLiteral("viewpoint")][QtModeling::AggregationRole] = QStringLiteral("none"); QModelingObject::propertyDataHash[QStringLiteral("viewpoint")][QtModeling::IsDerivedUnionRole] = false;
+ QModelingObject::propertyDataHash[QStringLiteral("viewpoint")][QtModeling::AggregationRole] = QStringLiteral("none");
+ QModelingObject::propertyDataHash[QStringLiteral("viewpoint")][QtModeling::IsDerivedUnionRole] = false;
QModelingObject::propertyDataHash[QStringLiteral("viewpoint")][QtModeling::DocumentationRole] = QStringLiteral("The name of the viewpoint that is expressed by a model (This name may refer to a profile definition).");
QModelingObject::propertyDataHash[QStringLiteral("viewpoint")][QtModeling::RedefinedPropertiesRole] = QStringLiteral("");
QModelingObject::propertyDataHash[QStringLiteral("viewpoint")][QtModeling::SubsettedPropertiesRole] = QStringLiteral("");