summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlnamespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlnamespace.h')
-rw-r--r--src/uml/qumlnamespace.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/uml/qumlnamespace.h b/src/uml/qumlnamespace.h
index 808a2854..7b0224e0 100644
--- a/src/uml/qumlnamespace.h
+++ b/src/uml/qumlnamespace.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlNamedElement>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -62,7 +61,7 @@ class Q_UML_EXPORT QUmlNamespace : public virtual QUmlNamedElement
public:
virtual ~QUmlNamespace();
- Q_DECL_HIDDEN QModelingObject *clone() const;
+ Q_DECL_HIDDEN virtual QModelingElement *clone() const;
// Owned attributes
const QSet<QUmlElementImport *> elementImports() const;
@@ -98,9 +97,6 @@ protected:
QSet<QUmlNamedElement *> _ownedMembers;
QSet<QUmlConstraint *> _ownedRules;
QSet<QUmlPackageImport *> _packageImports;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE