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/corelib/codecs/qtextcodec/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/benchmarks/corelib/codecs/qtextcodec') diff --git a/tests/benchmarks/corelib/codecs/qtextcodec/main.cpp b/tests/benchmarks/corelib/codecs/qtextcodec/main.cpp index 0dec59513b..de2b585b09 100644 --- a/tests/benchmarks/corelib/codecs/qtextcodec/main.cpp +++ b/tests/benchmarks/corelib/codecs/qtextcodec/main.cpp @@ -42,7 +42,6 @@ #include #include -Q_DECLARE_METATYPE(QList) Q_DECLARE_METATYPE(QTextCodec *) class tst_QTextCodec: public QObject -- cgit v1.2.3