summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlreadlinkactionobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumlreadlinkactionobject_p.h')
-rw-r--r--src/uml/qobjects/qumlreadlinkactionobject_p.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/uml/qobjects/qumlreadlinkactionobject_p.h b/src/uml/qobjects/qumlreadlinkactionobject_p.h
index e03ae1fd..2bc1e467 100644
--- a/src/uml/qobjects/qumlreadlinkactionobject_p.h
+++ b/src/uml/qobjects/qumlreadlinkactionobject_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,16 +160,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: