summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlvertex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlvertex.h')
-rw-r--r--src/uml/qumlvertex.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/uml/qumlvertex.h b/src/uml/qumlvertex.h
index 22c1513d..3b44c7c0 100644
--- a/src/uml/qumlvertex.h
+++ b/src/uml/qumlvertex.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlNamedElement>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -61,7 +60,7 @@ class Q_UML_EXPORT QUmlVertex : public virtual QUmlNamedElement
public:
virtual ~QUmlVertex();
- Q_DECL_HIDDEN QModelingObject *clone() const;
+ Q_DECL_HIDDEN virtual QModelingElement *clone() const;
// Owned attributes
QUmlRegion *container() const;
@@ -80,9 +79,6 @@ protected:
explicit QUmlVertex();
QUmlRegion *_container;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE