summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlclearstructuralfeatureaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlclearstructuralfeatureaction.h')
-rw-r--r--src/uml/qumlclearstructuralfeatureaction.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumlclearstructuralfeatureaction.h b/src/uml/qumlclearstructuralfeatureaction.h
index 2a9e0b16..32cf43c6 100644
--- a/src/uml/qumlclearstructuralfeatureaction.h
+++ b/src/uml/qumlclearstructuralfeatureaction.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlStructuralFeatureAction>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -57,10 +56,10 @@ class QUmlOutputPin;
class Q_UML_EXPORT QUmlClearStructuralFeatureAction : public QUmlStructuralFeatureAction
{
public:
- explicit QUmlClearStructuralFeatureAction(bool createQObject = true);
+ explicit QUmlClearStructuralFeatureAction(bool createQModelingObject = true);
virtual ~QUmlClearStructuralFeatureAction();
- 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