summaryrefslogtreecommitdiffstats
path: root/src/mof/qobjects/qmofreflectivecollectionobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mof/qobjects/qmofreflectivecollectionobject_p.h')
-rw-r--r--src/mof/qobjects/qmofreflectivecollectionobject_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mof/qobjects/qmofreflectivecollectionobject_p.h b/src/mof/qobjects/qmofreflectivecollectionobject_p.h
index 0d10a99c..a3744b93 100644
--- a/src/mof/qobjects/qmofreflectivecollectionobject_p.h
+++ b/src/mof/qobjects/qmofreflectivecollectionobject_p.h
@@ -61,11 +61,11 @@ public:
Q_INVOKABLE explicit QMofReflectiveCollectionObject(QMofReflectiveCollection *modelingElement);
// Operations [ReflectiveCollection]
- Q_INVOKABLE bool add(QObject *object);
- Q_INVOKABLE bool addAll(QObject *objects);
- Q_INVOKABLE void clear();
- Q_INVOKABLE bool remove(QObject *object);
- Q_INVOKABLE int size() const;
+ Q_TODO Q_INVOKABLE bool add(QObject *object);
+ Q_TODO Q_INVOKABLE bool addAll(QObject *objects);
+ Q_TODO Q_INVOKABLE void clear();
+ Q_TODO Q_INVOKABLE bool remove(QObject *object);
+ Q_TODO Q_INVOKABLE int size() const;
public Q_SLOTS: