summaryrefslogtreecommitdiffstats
path: root/src/uml/qumldeployedartifact.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumldeployedartifact.h')
-rw-r--r--src/uml/qumldeployedartifact.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/uml/qumldeployedartifact.h b/src/uml/qumldeployedartifact.h
index cdc82e52..29ee0cbb 100644
--- a/src/uml/qumldeployedartifact.h
+++ b/src/uml/qumldeployedartifact.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlNamedElement>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -57,15 +56,12 @@ class Q_UML_EXPORT QUmlDeployedArtifact : public virtual QUmlNamedElement
public:
virtual ~QUmlDeployedArtifact();
- Q_DECL_HIDDEN QModelingObject *clone() const;
+ Q_DECL_HIDDEN virtual QModelingElement *clone() const;
protected:
explicit QUmlDeployedArtifact();
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE