summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlintervalobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumlintervalobject_p.h')
-rw-r--r--src/uml/qobjects/qumlintervalobject_p.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/uml/qobjects/qumlintervalobject_p.h b/src/uml/qobjects/qumlintervalobject_p.h
index 37cd6aff..e4d7dc8d 100644
--- a/src/uml/qobjects/qumlintervalobject_p.h
+++ b/src/uml/qobjects/qumlintervalobject_p.h
@@ -120,22 +120,22 @@ 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 [ParameterableElement]
- Q_INVOKABLE bool isTemplateParameter() const;
+ Q_TODO Q_INVOKABLE bool isTemplateParameter() const;
// Operations [ValueSpecification]
- Q_INVOKABLE bool booleanValue() const;
- Q_INVOKABLE int integerValue() const;
- Q_INVOKABLE bool isCompatibleWith(QObject *p) const;
- Q_INVOKABLE bool isComputable() const;
- Q_INVOKABLE bool isNull() const;
- Q_INVOKABLE double realValue() const;
- Q_INVOKABLE QString stringValue() const;
- Q_INVOKABLE QString unlimitedValue() const;
+ Q_TODO Q_INVOKABLE bool booleanValue() const;
+ Q_TODO Q_INVOKABLE int integerValue() const;
+ Q_TODO Q_INVOKABLE bool isCompatibleWith(QObject *p) const;
+ Q_TODO Q_INVOKABLE bool isComputable() const;
+ Q_TODO Q_INVOKABLE bool isNull() const;
+ Q_TODO Q_INVOKABLE double realValue() const;
+ Q_TODO Q_INVOKABLE QString stringValue() const;
+ Q_TODO Q_INVOKABLE QString unlimitedValue() const;
public Q_SLOTS: