From 4319f698c893683c6a031e41272b85cfb25ac931 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 3 Jan 2013 10:33:51 +0100 Subject: Remove metatype registration of built-in types. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As they are built-in, they are effectively registered at compile-time already. Change-Id: I7ae6ba16088eab5d19213fa7b07c2a7760988a86 Reviewed-by: Jędrzej Nowacki --- .../auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/corelib/animation') diff --git a/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp b/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp index 8539b76dc3..49b7c2b648 100644 --- a/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp +++ b/tests/auto/corelib/animation/qpropertyanimation/tst_qpropertyanimation.cpp @@ -1125,7 +1125,6 @@ void tst_QPropertyAnimation::restart() void tst_QPropertyAnimation::valueChanged() { - qRegisterMetaType("QVariant"); //we check that we receive the valueChanged signal MyErrorObject o; -- cgit v1.2.3