summaryrefslogtreecommitdiffstats
path: root/src/uml/qumldatastorenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumldatastorenode.h')
-rw-r--r--src/uml/qumldatastorenode.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumldatastorenode.h b/src/uml/qumldatastorenode.h
index 7de44790..67a7e3f8 100644
--- a/src/uml/qumldatastorenode.h
+++ b/src/uml/qumldatastorenode.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlCentralBufferNode>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -55,16 +54,13 @@ QT_MODULE(QtUml)
class Q_UML_EXPORT QUmlDataStoreNode : public QUmlCentralBufferNode
{
public:
- explicit QUmlDataStoreNode(bool createQObject = true);
+ explicit QUmlDataStoreNode(bool createQModelingObject = true);
virtual ~QUmlDataStoreNode();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
protected:
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE