summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumloccurrencespecificationobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumloccurrencespecificationobject_p.h')
-rw-r--r--src/uml/qobjects/qumloccurrencespecificationobject_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uml/qobjects/qumloccurrencespecificationobject_p.h b/src/uml/qobjects/qumloccurrencespecificationobject_p.h
index e1c4f448..d9807b8d 100644
--- a/src/uml/qobjects/qumloccurrencespecificationobject_p.h
+++ b/src/uml/qobjects/qumloccurrencespecificationobject_p.h
@@ -114,8 +114,8 @@ 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;
public Q_SLOTS: