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/xml/dom/qdom/tst_qdom.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/xml/dom/qdom/tst_qdom.cpp') diff --git a/tests/auto/xml/dom/qdom/tst_qdom.cpp b/tests/auto/xml/dom/qdom/tst_qdom.cpp index 1b32aad5f2..540c242485 100644 --- a/tests/auto/xml/dom/qdom/tst_qdom.cpp +++ b/tests/auto/xml/dom/qdom/tst_qdom.cpp @@ -143,7 +143,6 @@ private: QList m_testCodecs; }; -Q_DECLARE_METATYPE(QList) void tst_QDom::setContent_data() { -- cgit v1.2.3