summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumldestroylinkactionobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumldestroylinkactionobject_p.h')
-rw-r--r--src/uml/qobjects/qumldestroylinkactionobject_p.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/uml/qobjects/qumldestroylinkactionobject_p.h b/src/uml/qobjects/qumldestroylinkactionobject_p.h
index e0a8af36..667cf22b 100644
--- a/src/uml/qobjects/qumldestroylinkactionobject_p.h
+++ b/src/uml/qobjects/qumldestroylinkactionobject_p.h
@@ -139,7 +139,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;
@@ -158,16 +158,16 @@ 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;
// Operations [LinkAction]
- Q_INVOKABLE QObject *association() const;
+ Q_TODO Q_INVOKABLE QObject *association() const;
public Q_SLOTS: