summaryrefslogtreecommitdiffstats
path: root/src/uml/qinterval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qinterval.h')
-rw-r--r--src/uml/qinterval.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/uml/qinterval.h b/src/uml/qinterval.h
index 96651826..07d8eb9f 100644
--- a/src/uml/qinterval.h
+++ b/src/uml/qinterval.h
@@ -73,7 +73,6 @@ public:
Q_INVOKABLE void setMin(QValueSpecification *min);
Q_INVOKABLE QValueSpecification *max() const;
Q_INVOKABLE void setMax(QValueSpecification *max);
- virtual void registerMetaTypes() const;
protected:
explicit QInterval(QIntervalPrivate &dd, QWrappedObject *parent = 0, QWrappedObject *wrapper = 0);
@@ -81,10 +80,6 @@ protected:
QT_END_NAMESPACE_QTUML
-Q_DECLARE_METATYPE(QT_PREPEND_NAMESPACE_QTUML(QInterval) *)
-Q_DECLARE_METATYPE(const QSet<QT_PREPEND_NAMESPACE_QTUML(QInterval) *> *)
-Q_DECLARE_METATYPE(const QList<QT_PREPEND_NAMESPACE_QTUML(QInterval) *> *)
-
QT_END_HEADER
#endif // QTUML_QINTERVAL_H