summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumldestroyobjectactionobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumldestroyobjectactionobject_p.h')
-rw-r--r--src/uml/qobjects/qumldestroyobjectactionobject_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/uml/qobjects/qumldestroyobjectactionobject_p.h b/src/uml/qobjects/qumldestroyobjectactionobject_p.h
index 485ab42a..27fa02fe 100644
--- a/src/uml/qobjects/qumldestroyobjectactionobject_p.h
+++ b/src/uml/qobjects/qumldestroyobjectactionobject_p.h
@@ -138,7 +138,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;
@@ -156,13 +156,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: