summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/codecs
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-01-03 10:43:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-03 18:19:28 +0100
commitee7dbf97bbec888a9a5abceeab87c4a570ef20fc (patch)
tree5afcdac2ccd8b101502eb703abca0aa167bd02ff /tests/benchmarks/corelib/codecs
parent330ad41b7d3a5c65e57bd88f7e659fc466279b1b (diff)
Benchmarks: 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: Iba4b7f8ff7a1c7974d144b955cbf064e43b36ec7 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Diffstat (limited to 'tests/benchmarks/corelib/codecs')
-rw-r--r--tests/benchmarks/corelib/codecs/qtextcodec/main.cpp1
1 files changed, 0 insertions, 1 deletions
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 <QFile>
#include <qtest.h>
-Q_DECLARE_METATYPE(QList<QByteArray>)
Q_DECLARE_METATYPE(QTextCodec *)
class tst_QTextCodec: public QObject