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/qsizef/tst_qsizef.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/corelib/tools/qsizef') diff --git a/tests/auto/corelib/tools/qsizef/tst_qsizef.cpp b/tests/auto/corelib/tools/qsizef/tst_qsizef.cpp index ee9c5a5778..80ef0355b2 100644 --- a/tests/auto/corelib/tools/qsizef/tst_qsizef.cpp +++ b/tests/auto/corelib/tools/qsizef/tst_qsizef.cpp @@ -42,7 +42,6 @@ #include #include -Q_DECLARE_METATYPE(QSizeF) class tst_QSizeF : public QObject { -- cgit v1.2.3