summaryrefslogtreecommitdiffstats
path: root/src/uml/qcreatelinkaction_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qcreatelinkaction_p.h')
-rw-r--r--src/uml/qcreatelinkaction_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uml/qcreatelinkaction_p.h b/src/uml/qcreatelinkaction_p.h
index b734466e..d16e2219 100644
--- a/src/uml/qcreatelinkaction_p.h
+++ b/src/uml/qcreatelinkaction_p.h
@@ -67,7 +67,7 @@ public:
explicit QCreateLinkActionPrivate();
virtual ~QCreateLinkActionPrivate();
- QSet<QLinkEndCreationData *> *endData;
+ QSet<QLinkEndCreationData *> endData;
};
QT_END_NAMESPACE_QTUML