summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlextensionend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlextensionend.h')
-rw-r--r--src/uml/qumlextensionend.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumlextensionend.h b/src/uml/qumlextensionend.h
index 70da7659..0190214e 100644
--- a/src/uml/qumlextensionend.h
+++ b/src/uml/qumlextensionend.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlProperty>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -57,10 +56,10 @@ class QUmlStereotype;
class Q_UML_EXPORT QUmlExtensionEnd : public QUmlProperty
{
public:
- explicit QUmlExtensionEnd(bool createQObject = true);
+ explicit QUmlExtensionEnd(bool createQModelingObject = true);
virtual ~QUmlExtensionEnd();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
// Owned attributes
int lower() const;
@@ -73,9 +72,6 @@ public:
protected:
QUmlStereotype *_type;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE