From 79f1afc23caf4c6c8bbf4141ba023208c10bb557 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 3 Jan 2013 10:31:37 +0100 Subject: Core: Remove declaration of built-in and automatic metatypes. These types are either built-in or 'automatically declared' and so don't need to be explicitly declared as metatypes. Change-Id: I54523eb854619917123d8816d3cd6c3a1f5b4c55 Reviewed-by: David Faure --- tests/auto/corelib/tools/qrect/tst_qrect.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/auto/corelib/tools/qrect') diff --git a/tests/auto/corelib/tools/qrect/tst_qrect.cpp b/tests/auto/corelib/tools/qrect/tst_qrect.cpp index 3bd6d1dd75..7772a8aa1e 100644 --- a/tests/auto/corelib/tools/qrect/tst_qrect.cpp +++ b/tests/auto/corelib/tools/qrect/tst_qrect.cpp @@ -44,10 +44,6 @@ #include #include -Q_DECLARE_METATYPE(QRectF) -Q_DECLARE_METATYPE(QPointF) -Q_DECLARE_METATYPE(QRect) -Q_DECLARE_METATYPE(QPoint) class tst_QRect : public QObject { -- cgit v1.2.3