summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlconnectorend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlconnectorend.h')
-rw-r--r--src/uml/qumlconnectorend.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumlconnectorend.h b/src/uml/qumlconnectorend.h
index 7b7f5d63..a4aaa421 100644
--- a/src/uml/qumlconnectorend.h
+++ b/src/uml/qumlconnectorend.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlMultiplicityElement>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -58,10 +57,10 @@ class QUmlProperty;
class Q_UML_EXPORT QUmlConnectorEnd : public QUmlMultiplicityElement
{
public:
- explicit QUmlConnectorEnd(bool createQObject = true);
+ explicit QUmlConnectorEnd(bool createQModelingObject = true);
virtual ~QUmlConnectorEnd();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
// Owned attributes
QUmlProperty *definingEnd() const;
@@ -74,9 +73,6 @@ public:
protected:
QUmlProperty *_partWithPort;
QUmlConnectableElement *_role;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE