summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlreadlinkaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlreadlinkaction.h')
-rw-r--r--src/uml/qumlreadlinkaction.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumlreadlinkaction.h b/src/uml/qumlreadlinkaction.h
index 90bd2ae9..86bc1ec0 100644
--- a/src/uml/qumlreadlinkaction.h
+++ b/src/uml/qumlreadlinkaction.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlLinkAction>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -57,10 +56,10 @@ class QUmlOutputPin;
class Q_UML_EXPORT QUmlReadLinkAction : public QUmlLinkAction
{
public:
- explicit QUmlReadLinkAction(bool createQObject = true);
+ explicit QUmlReadLinkAction(bool createQModelingObject = true);
virtual ~QUmlReadLinkAction();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
// Owned attributes
QUmlOutputPin *result() const;
@@ -68,9 +67,6 @@ public:
protected:
QUmlOutputPin *_result;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE