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 --- tests/auto/testlib/qsignalspy/tst_qsignalspy.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/testlib') diff --git a/tests/auto/testlib/qsignalspy/tst_qsignalspy.cpp b/tests/auto/testlib/qsignalspy/tst_qsignalspy.cpp index c0ecf51fbb..8871c9d947 100644 --- a/tests/auto/testlib/qsignalspy/tst_qsignalspy.cpp +++ b/tests/auto/testlib/qsignalspy/tst_qsignalspy.cpp @@ -183,7 +183,6 @@ void tst_QSignalSpy::spyWithQtClasses() { QtTestObject2 obj; - qRegisterMetaType("QDateTime"); QSignalSpy spy(&obj, SIGNAL(sig2(QDateTime))); QDateTime dt = QDateTime::currentDateTime(); -- cgit v1.2.3