summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlintervalobject_p.h
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-11-26 12:42:46 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-11-26 16:38:10 +0100
commit77283562898fbf9499ebece65cc068450433cd95 (patch)
tree10b38c6c9a5e5dbe8c5021b33fe889c54dfe5e71 /src/uml/qobjects/qumlintervalobject_p.h
parent0f13b4f396ac21dee5ba1df2cc4cd482b3b41f88 (diff)
Update UML metamodel implementation
Change-Id: I1aeaa9b3f30e3d7a94bb665a0a53f7d6dd52de59 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
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: