summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlelementimport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlelementimport.h')
-rw-r--r--src/uml/qumlelementimport.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumlelementimport.h b/src/uml/qumlelementimport.h
index c1a13050..698888b4 100644
--- a/src/uml/qumlelementimport.h
+++ b/src/uml/qumlelementimport.h
@@ -47,7 +47,6 @@
#include <QtUml/QtUmlNamespace>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -60,10 +59,10 @@ class QUmlPackageableElement;
class Q_UML_EXPORT QUmlElementImport : public QUmlDirectedRelationship
{
public:
- explicit QUmlElementImport(bool createQObject = true);
+ explicit QUmlElementImport(bool createQModelingObject = true);
virtual ~QUmlElementImport();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
// Owned attributes
QString alias() const;
@@ -83,9 +82,6 @@ protected:
QUmlPackageableElement *_importedElement;
QUmlNamespace *_importingNamespace;
QtUml::VisibilityKind _visibility;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE