summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlclearstructuralfeatureactionobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumlclearstructuralfeatureactionobject_p.h')
-rw-r--r--src/uml/qobjects/qumlclearstructuralfeatureactionobject_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/uml/qobjects/qumlclearstructuralfeatureactionobject_p.h b/src/uml/qobjects/qumlclearstructuralfeatureactionobject_p.h
index 3e448aa8..2c173500 100644
--- a/src/uml/qobjects/qumlclearstructuralfeatureactionobject_p.h
+++ b/src/uml/qobjects/qumlclearstructuralfeatureactionobject_p.h
@@ -140,7 +140,7 @@ public:
Q_INVOKABLE const QSet<QObject *> handlers() const;
// Owned attributes [Action]
- Q_INVOKABLE QObject *context() const;
+ Q_TODO Q_INVOKABLE QObject *context() const;
Q_INVOKABLE const QList<QObject *> inputs() const;
Q_INVOKABLE bool isLocallyReentrant() const;
Q_INVOKABLE const QSet<QObject *> localPostconditions() const;
@@ -160,13 +160,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 [RedefinableElement]
- Q_INVOKABLE bool isConsistentWith(QObject *redefinee) const;
- Q_INVOKABLE bool isRedefinitionContextValid(QObject *redefined) const;
+ Q_TODO Q_INVOKABLE bool isConsistentWith(QObject *redefinee) const;
+ Q_TODO Q_INVOKABLE bool isRedefinitionContextValid(QObject *redefined) const;
public Q_SLOTS: