summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/codecs
diff options
context:
space:
mode:
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