summaryrefslogtreecommitdiffstats
path: root/src/mof/qrelationship_p.h
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2012-12-28 16:48:58 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2012-12-28 20:50:04 +0100
commit5ea015332a188943b393b7c8a2b0d5452529239e (patch)
tree7900983e7351e879848bfc2c9410f2a35338f1c4 /src/mof/qrelationship_p.h
parenta0a6ad462b05c7d174c7e26a815d6f54cfab3c31 (diff)
Make use of new Qt5 properties facilities in QtUml/QtMof
Change-Id: I1510b900fd3aebd34620dba873dd63939f5b4ca6 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/mof/qrelationship_p.h')
-rw-r--r--src/mof/qrelationship_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mof/qrelationship_p.h b/src/mof/qrelationship_p.h
index d79be502..e4e79647 100644
--- a/src/mof/qrelationship_p.h
+++ b/src/mof/qrelationship_p.h
@@ -63,7 +63,7 @@ public:
explicit QRelationshipPrivate();
virtual ~QRelationshipPrivate();
- QSet<QElement *> *relatedElements;
+ QSet<QElement *> relatedElements;
// Internal functions for read-only subsetted association ends
void addRelatedElement(QElement *relatedElement);