summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlreadisclassifiedobjectaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlreadisclassifiedobjectaction.h')
-rw-r--r--src/uml/qumlreadisclassifiedobjectaction.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumlreadisclassifiedobjectaction.h b/src/uml/qumlreadisclassifiedobjectaction.h
index 37a4ddf0..f5f40c4c 100644
--- a/src/uml/qumlreadisclassifiedobjectaction.h
+++ b/src/uml/qumlreadisclassifiedobjectaction.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlAction>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -59,10 +58,10 @@ class QUmlOutputPin;
class Q_UML_EXPORT QUmlReadIsClassifiedObjectAction : public QUmlAction
{
public:
- explicit QUmlReadIsClassifiedObjectAction(bool createQObject = true);
+ explicit QUmlReadIsClassifiedObjectAction(bool createQModelingObject = true);
virtual ~QUmlReadIsClassifiedObjectAction();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
// Owned attributes
QUmlClassifier *classifier() const;
@@ -79,9 +78,6 @@ protected:
bool _isDirect;
QUmlInputPin *_object;
QUmlOutputPin *_result;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE