summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlcentralbuffernodeobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumlcentralbuffernodeobject_p.h')
-rw-r--r--src/uml/qobjects/qumlcentralbuffernodeobject_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/uml/qobjects/qumlcentralbuffernodeobject_p.h b/src/uml/qobjects/qumlcentralbuffernodeobject_p.h
index fa0b9406..235dfb00 100644
--- a/src/uml/qobjects/qumlcentralbuffernodeobject_p.h
+++ b/src/uml/qobjects/qumlcentralbuffernodeobject_p.h
@@ -144,13 +144,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: