summaryrefslogtreecommitdiffstats
path: root/src/mof/qargument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mof/qargument.h')
-rw-r--r--src/mof/qargument.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mof/qargument.h b/src/mof/qargument.h
index 98f92ee3..27ac6d8d 100644
--- a/src/mof/qargument.h
+++ b/src/mof/qargument.h
@@ -80,7 +80,6 @@ public:
Q_INVOKABLE void setName(QString name);
Q_INVOKABLE QMofObject *value() const;
Q_INVOKABLE void setValue(QMofObject *value);
- virtual void registerMetaTypes() const;
protected:
explicit QArgument(QArgumentPrivate &dd, QWrappedObject *parent = 0, QWrappedObject *wrapper = 0);
@@ -88,10 +87,6 @@ protected:
QT_END_NAMESPACE_QTMOF
-Q_DECLARE_METATYPE(QT_PREPEND_NAMESPACE_QTMOF(QArgument) *)
-Q_DECLARE_METATYPE(const QSet<QT_PREPEND_NAMESPACE_QTMOF(QArgument) *> *)
-Q_DECLARE_METATYPE(const QList<QT_PREPEND_NAMESPACE_QTMOF(QArgument) *> *)
-
QT_END_HEADER
#endif // QTMOF_QARGUMENT_H