summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlproperty.cpp
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-11-20 18:27:03 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-11-20 22:22:26 +0100
commita264035bc9ef5a88447fb00e4edc1132e03e24bd (patch)
tree5b2c3bb0d1fbc1e5581b64a740f51aa00673a336 /src/uml/qumlproperty.cpp
parent838e0e4bc84d292d766abb9321956c75794591fe (diff)
Implement QUmlConnector::kind() and QUmlStructuredClassifier::parts()
Change-Id: I95b666966b3e4825c687f8c0988c7832bc647589 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qumlproperty.cpp')
-rw-r--r--src/uml/qumlproperty.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/uml/qumlproperty.cpp b/src/uml/qumlproperty.cpp
index 3bad7afe..a49c1789 100644
--- a/src/uml/qumlproperty.cpp
+++ b/src/uml/qumlproperty.cpp
@@ -355,9 +355,7 @@ bool QUmlProperty::isComposite() const
{
// This is a read-write derived property
- qWarning("QUmlProperty::isComposite(): to be implemented (this is a derived property)");
-
- return bool();
+ return _aggregation == QtUml::AggregationKindComposite;
}
void QUmlProperty::setComposite(bool isComposite)