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/qeasingcurve/tst_qeasingcurve.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/corelib/tools/qeasingcurve') diff --git a/tests/auto/corelib/tools/qeasingcurve/tst_qeasingcurve.cpp b/tests/auto/corelib/tools/qeasingcurve/tst_qeasingcurve.cpp index 5f9c461c94..fc1c3c5733 100644 --- a/tests/auto/corelib/tools/qeasingcurve/tst_qeasingcurve.cpp +++ b/tests/auto/corelib/tools/qeasingcurve/tst_qeasingcurve.cpp @@ -158,8 +158,6 @@ void tst_QEasingCurve::propertyDefaults() typedef QList IntList; typedef QList RealList; -Q_DECLARE_METATYPE(IntList) -Q_DECLARE_METATYPE(RealList) void tst_QEasingCurve::valueForProgress_data() { -- cgit v1.2.3