From 79f1afc23caf4c6c8bbf4141ba023208c10bb557 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 3 Jan 2013 10:31:37 +0100 Subject: Core: 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: I54523eb854619917123d8816d3cd6c3a1f5b4c55 Reviewed-by: David Faure --- tests/auto/corelib/tools/qlist/tst_qlist.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/auto/corelib/tools/qlist') diff --git a/tests/auto/corelib/tools/qlist/tst_qlist.cpp b/tests/auto/corelib/tools/qlist/tst_qlist.cpp index 822f2304bb..9123082fb5 100644 --- a/tests/auto/corelib/tools/qlist/tst_qlist.cpp +++ b/tests/auto/corelib/tools/qlist/tst_qlist.cpp @@ -1546,9 +1546,6 @@ void tst_QList::constSharedNullComplex() const QCOMPARE(liveCount, Complex::getLiveCount()); } -Q_DECLARE_METATYPE(QList); -Q_DECLARE_METATYPE(QList); - template void generateSetSharableData() { -- cgit v1.2.3