summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlprotocolconformance.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/qumlprotocolconformance.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/qumlprotocolconformance.cpp')
-rw-r--r--src/uml/qumlprotocolconformance.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/uml/qumlprotocolconformance.cpp b/src/uml/qumlprotocolconformance.cpp
index 5ec399bf..58b99c26 100644
--- a/src/uml/qumlprotocolconformance.cpp
+++ b/src/uml/qumlprotocolconformance.cpp
@@ -145,13 +145,15 @@ void QUmlProtocolConformance::setSpecificMachine(QUmlProtocolStateMachine *speci
void QUmlProtocolConformance::setPropertyData()
{
- QModelingObject::propertyDataHash[QStringLiteral("generalMachine")][QtModeling::AggregationRole] = QStringLiteral("none"); QModelingObject::propertyDataHash[QStringLiteral("generalMachine")][QtModeling::IsDerivedUnionRole] = false;
+ QModelingObject::propertyDataHash[QStringLiteral("generalMachine")][QtModeling::AggregationRole] = QStringLiteral("none");
+ QModelingObject::propertyDataHash[QStringLiteral("generalMachine")][QtModeling::IsDerivedUnionRole] = false;
QModelingObject::propertyDataHash[QStringLiteral("generalMachine")][QtModeling::DocumentationRole] = QStringLiteral("Specifies the protocol state machine to which the specific state machine conforms.");
QModelingObject::propertyDataHash[QStringLiteral("generalMachine")][QtModeling::RedefinedPropertiesRole] = QStringLiteral("");
QModelingObject::propertyDataHash[QStringLiteral("generalMachine")][QtModeling::SubsettedPropertiesRole] = QStringLiteral("DirectedRelationship-target");
QModelingObject::propertyDataHash[QStringLiteral("generalMachine")][QtModeling::OppositeEndRole] = QStringLiteral("");
- QModelingObject::propertyDataHash[QStringLiteral("specificMachine")][QtModeling::AggregationRole] = QStringLiteral("none"); QModelingObject::propertyDataHash[QStringLiteral("specificMachine")][QtModeling::IsDerivedUnionRole] = false;
+ QModelingObject::propertyDataHash[QStringLiteral("specificMachine")][QtModeling::AggregationRole] = QStringLiteral("none");
+ QModelingObject::propertyDataHash[QStringLiteral("specificMachine")][QtModeling::IsDerivedUnionRole] = false;
QModelingObject::propertyDataHash[QStringLiteral("specificMachine")][QtModeling::DocumentationRole] = QStringLiteral("Specifies the state machine which conforms to the general state machine.");
QModelingObject::propertyDataHash[QStringLiteral("specificMachine")][QtModeling::RedefinedPropertiesRole] = QStringLiteral("");
QModelingObject::propertyDataHash[QStringLiteral("specificMachine")][QtModeling::SubsettedPropertiesRole] = QStringLiteral("Element-owner DirectedRelationship-source");