diff options
| author | Sandro S. Andrade <sandroandrade@kde.org> | 2013-10-11 09:33:23 -0300 |
|---|---|---|
| committer | Sandro S. Andrade <sandroandrade@kde.org> | 2013-10-11 14:29:57 +0200 |
| commit | 2bd1a6cb60816e49c56b7374aa25493860898708 (patch) | |
| tree | 2bf5f6136bb67bc26ff5d922ca3876ab6a1d47b7 /src/uml/qobjects/qumlstringexpressionobject.cpp | |
| parent | dd3547987ee03f99c18683c528a52c5624e7291b (diff) | |
Update automatic generation of UML metamodel implementation
Change-Id: Iec67f439e5f61183e2e22c2d13318416f605121a
Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qobjects/qumlstringexpressionobject.cpp')
| -rw-r--r-- | src/uml/qobjects/qumlstringexpressionobject.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uml/qobjects/qumlstringexpressionobject.cpp b/src/uml/qobjects/qumlstringexpressionobject.cpp index e19adcf1..4bf1b238 100644 --- a/src/uml/qobjects/qumlstringexpressionobject.cpp +++ b/src/uml/qobjects/qumlstringexpressionobject.cpp @@ -57,9 +57,9 @@ QT_BEGIN_NAMESPACE -QUmlStringExpressionObject::QUmlStringExpressionObject(QUmlStringExpression *qModelingElement) +QUmlStringExpressionObject::QUmlStringExpressionObject(QUmlStringExpression *modelingElement) { - setProperty("modelingElement", QVariant::fromValue(static_cast<QModelingElement *>(qModelingElement))); + setProperty("modelingElement", QVariant::fromValue(static_cast<QModelingElement *>(modelingElement))); setGroupProperties(); setPropertyData(); } |
