From ee7dbf97bbec888a9a5abceeab87c4a570ef20fc Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 3 Jan 2013 10:43:34 +0100 Subject: Benchmarks: Remove declaration of built-in and automatic metatypes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These types are either built-in or 'automatically declared' and so don't need to be explicitly declared as metatypes. Change-Id: Iba4b7f8ff7a1c7974d144b955cbf064e43b36ec7 Reviewed-by: Jędrzej Nowacki --- tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp') diff --git a/tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp b/tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp index 51d5364a30..4fb26f45fb 100644 --- a/tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp +++ b/tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp @@ -76,7 +76,6 @@ private slots: void roundTripVariant_data(); void roundTripVariant(); }; -Q_DECLARE_METATYPE(QVariant) void tst_QDBusPerformance::initTestCase() { -- cgit v1.2.3