summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlconsiderignorefragment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlconsiderignorefragment.h')
-rw-r--r--src/uml/qumlconsiderignorefragment.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumlconsiderignorefragment.h b/src/uml/qumlconsiderignorefragment.h
index c41c3e61..9797f49e 100644
--- a/src/uml/qumlconsiderignorefragment.h
+++ b/src/uml/qumlconsiderignorefragment.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlCombinedFragment>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -57,10 +56,10 @@ class QUmlNamedElement;
class Q_UML_EXPORT QUmlConsiderIgnoreFragment : public QUmlCombinedFragment
{
public:
- explicit QUmlConsiderIgnoreFragment(bool createQObject = true);
+ explicit QUmlConsiderIgnoreFragment(bool createQModelingObject = true);
virtual ~QUmlConsiderIgnoreFragment();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
// Owned attributes
const QSet<QUmlNamedElement *> messages() const;
@@ -69,9 +68,6 @@ public:
protected:
QSet<QUmlNamedElement *> _messages;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE