diff options
author | Sandro S. Andrade <sandroandrade@kde.org> | 2013-10-08 01:31:34 -0300 |
---|---|---|
committer | Sandro S. Andrade <sandroandrade@kde.org> | 2013-10-08 06:28:00 +0200 |
commit | 9c009dac6d5914c093db183e91f6d068a53c3f6e (patch) | |
tree | afd5a83cc2e87052a7787f41832d801a2623ff69 /src/uml/qumlobjectnode.h | |
parent | b453dca1261158461363076d3a312c22a51da3de (diff) |
XMI serialization ok
Change-Id: I912280c778217a093e0f088faecd3fc7ca9d5407
Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qumlobjectnode.h')
-rw-r--r-- | src/uml/qumlobjectnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uml/qumlobjectnode.h b/src/uml/qumlobjectnode.h index 181de2d3..dee0dce4 100644 --- a/src/uml/qumlobjectnode.h +++ b/src/uml/qumlobjectnode.h @@ -88,8 +88,8 @@ protected: QUmlBehavior *_selection; QUmlValueSpecification *_upperBound; - virtual void setPropertyData(); virtual void setClassForProperty(); + virtual void setPropertyData(); }; QT_END_NAMESPACE |