summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlstatemachine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlstatemachine.h')
-rw-r--r--src/uml/qumlstatemachine.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumlstatemachine.h b/src/uml/qumlstatemachine.h
index 598f00a7..744b54a2 100644
--- a/src/uml/qumlstatemachine.h
+++ b/src/uml/qumlstatemachine.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlBehavior>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -61,10 +60,10 @@ class QUmlState;
class Q_UML_EXPORT QUmlStateMachine : public QUmlBehavior
{
public:
- explicit QUmlStateMachine(bool createQObject = true);
+ explicit QUmlStateMachine(bool createQModelingObject = true);
virtual ~QUmlStateMachine();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
// Owned attributes
const QSet<QUmlPseudostate *> connectionPoints() const;
@@ -91,9 +90,6 @@ protected:
QSet<QUmlStateMachine *> _extendedStateMachines;
QSet<QUmlRegion *> _regions;
QSet<QUmlState *> _submachineStates;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE