From cf22e8ea4eb43c736486a2c0b61b73ec1831d90b Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 3 Jan 2013 17:55:57 +0100 Subject: Tests: 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: Ifd116dee32a450ff89a9a1011e26b434765d6e95 Reviewed-by: David Faure --- tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/auto/concurrent') diff --git a/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp b/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp index b6bc5b085b..5073d87cb5 100644 --- a/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp +++ b/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp @@ -49,13 +49,6 @@ #include "functions.h" -Q_DECLARE_METATYPE(QVector); -Q_DECLARE_METATYPE(QVector); -Q_DECLARE_METATYPE(QVector); -Q_DECLARE_METATYPE(QList); -Q_DECLARE_METATYPE(QList); -Q_DECLARE_METATYPE(QList); - class tst_QtConcurrentMap: public QObject { Q_OBJECT -- cgit v1.2.3