summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlextension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlextension.h')
-rw-r--r--src/uml/qumlextension.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumlextension.h b/src/uml/qumlextension.h
index dde313e5..2fb3389b 100644
--- a/src/uml/qumlextension.h
+++ b/src/uml/qumlextension.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlAssociation>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -59,10 +58,10 @@ class QUmlProperty;
class Q_UML_EXPORT QUmlExtension : public QUmlAssociation
{
public:
- explicit QUmlExtension(bool createQObject = true);
+ explicit QUmlExtension(bool createQModelingObject = true);
virtual ~QUmlExtension();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
// Owned attributes
bool isRequired() const;
@@ -77,9 +76,6 @@ public:
protected:
QUmlExtensionEnd *_ownedEnd;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE