summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlwritelinkaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlwritelinkaction.h')
-rw-r--r--src/uml/qumlwritelinkaction.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/uml/qumlwritelinkaction.h b/src/uml/qumlwritelinkaction.h
index 8c067072..f178fed4 100644
--- a/src/uml/qumlwritelinkaction.h
+++ b/src/uml/qumlwritelinkaction.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlLinkAction>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -57,15 +56,12 @@ class Q_UML_EXPORT QUmlWriteLinkAction : public QUmlLinkAction
public:
virtual ~QUmlWriteLinkAction();
- Q_DECL_HIDDEN QModelingObject *clone() const;
+ Q_DECL_HIDDEN virtual QModelingElement *clone() const;
protected:
explicit QUmlWriteLinkAction();
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE