summaryrefslogtreecommitdiffstats
path: root/src/uml/qumllinkenddata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumllinkenddata.h')
-rw-r--r--src/uml/qumllinkenddata.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumllinkenddata.h b/src/uml/qumllinkenddata.h
index 20d2bb6e..0e5d1c6e 100644
--- a/src/uml/qumllinkenddata.h
+++ b/src/uml/qumllinkenddata.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlElement>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -59,10 +58,10 @@ class QUmlQualifierValue;
class Q_UML_EXPORT QUmlLinkEndData : public QUmlElement
{
public:
- explicit QUmlLinkEndData(bool createQObject = true);
+ explicit QUmlLinkEndData(bool createQModelingObject = true);
virtual ~QUmlLinkEndData();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
// Owned attributes
QUmlProperty *end() const;
@@ -77,9 +76,6 @@ protected:
QUmlProperty *_end;
QSet<QUmlQualifierValue *> _qualifiers;
QUmlInputPin *_value;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE