summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlenumerationliteralobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumlenumerationliteralobject_p.h')
-rw-r--r--src/uml/qobjects/qumlenumerationliteralobject_p.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/uml/qobjects/qumlenumerationliteralobject_p.h b/src/uml/qobjects/qumlenumerationliteralobject_p.h
index 88553016..894a585b 100644
--- a/src/uml/qobjects/qumlenumerationliteralobject_p.h
+++ b/src/uml/qobjects/qumlenumerationliteralobject_p.h
@@ -113,7 +113,7 @@ public:
Q_INVOKABLE QtUml::VisibilityKind visibility() const;
// Owned attributes [DeploymentTarget]
- Q_INVOKABLE const QSet<QObject *> deployedElements() const;
+ Q_TODO Q_INVOKABLE const QSet<QObject *> deployedElements() const;
Q_INVOKABLE const QSet<QObject *> deployments() const;
// Owned attributes [InstanceSpecification]
@@ -121,7 +121,7 @@ public:
Q_INVOKABLE QObject *specification() const;
// Owned attributes [EnumerationLiteral]
- Q_INVOKABLE QObject *classifier() const;
+ Q_TODO Q_INVOKABLE QObject *classifier() const;
Q_INVOKABLE QObject *enumeration() const;
// Operations [Element]
@@ -130,13 +130,13 @@ public:
// Operations [NamedElement]
Q_INVOKABLE QList<QObject *> allNamespaces() const;
- Q_INVOKABLE QSet<QObject *> allOwningPackages() const;
- Q_INVOKABLE bool isDistinguishableFrom(QObject *n, QObject *ns) const;
+ Q_TODO Q_INVOKABLE QSet<QObject *> allOwningPackages() const;
+ Q_TODO Q_INVOKABLE bool isDistinguishableFrom(QObject *n, QObject *ns) const;
Q_INVOKABLE QString separator() const;
// Operations [ParameterableElement]
- Q_INVOKABLE bool isCompatibleWith(QObject *p) const;
- Q_INVOKABLE bool isTemplateParameter() const;
+ Q_TODO Q_INVOKABLE bool isCompatibleWith(QObject *p) const;
+ Q_TODO Q_INVOKABLE bool isTemplateParameter() const;
public Q_SLOTS: