summaryrefslogtreecommitdiffstats
path: root/src/mof/qobjects/qmofuriextentobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mof/qobjects/qmofuriextentobject_p.h')
-rw-r--r--src/mof/qobjects/qmofuriextentobject_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mof/qobjects/qmofuriextentobject_p.h b/src/mof/qobjects/qmofuriextentobject_p.h
index ac1a0056..cb913946 100644
--- a/src/mof/qobjects/qmofuriextentobject_p.h
+++ b/src/mof/qobjects/qmofuriextentobject_p.h
@@ -61,9 +61,9 @@ public:
Q_INVOKABLE explicit QMofURIExtentObject(QMofURIExtent *modelingElement);
// Operations [URIExtent]
- Q_INVOKABLE QString contextURI() const;
- Q_INVOKABLE QString uri(QObject *object) const;
- Q_INVOKABLE QObject *element(QString uri) const;
+ Q_TODO Q_INVOKABLE QString contextURI() const;
+ Q_TODO Q_INVOKABLE QString uri(QObject *object) const;
+ Q_TODO Q_INVOKABLE QObject *element(QString uri) const;
public Q_SLOTS: