summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlstringexpressionobject.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/qobjects/qumlstringexpressionobject.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/qobjects/qumlstringexpressionobject.cpp')
-rw-r--r--src/uml/qobjects/qumlstringexpressionobject.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uml/qobjects/qumlstringexpressionobject.cpp b/src/uml/qobjects/qumlstringexpressionobject.cpp
index 53611c3a..9caa6288 100644
--- a/src/uml/qobjects/qumlstringexpressionobject.cpp
+++ b/src/uml/qobjects/qumlstringexpressionobject.cpp
@@ -407,7 +407,6 @@ void QUmlStringExpressionObject::setTemplateParameter(QObject *templateParameter
void QUmlStringExpressionObject::setVisibility(QtUml::VisibilityKind visibility)
{
qmodelingobjectproperty_cast<QUmlStringExpression *>(this)->setVisibility(visibility);
- qmodelingobjectproperty_cast<QUmlStringExpression *>(this)->modifiedResettableProperties() << QStringLiteral("visibility");
}
void QUmlStringExpressionObject::unsetVisibility()