From cc69dff01ba8817fd12155cbb26e0cf27faae3e8 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 3 Jan 2013 10:30:09 +0100 Subject: Gui: 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: I95b8b4b674e85b2b3c374931f6231d60f35be984 Reviewed-by: David Faure --- tests/auto/gui/text/qtexttable/tst_qtexttable.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/gui/text/qtexttable/tst_qtexttable.cpp') diff --git a/tests/auto/gui/text/qtexttable/tst_qtexttable.cpp b/tests/auto/gui/text/qtexttable/tst_qtexttable.cpp index 4d27c406f2..4303d0fb4d 100644 --- a/tests/auto/gui/text/qtexttable/tst_qtexttable.cpp +++ b/tests/auto/gui/text/qtexttable/tst_qtexttable.cpp @@ -54,7 +54,6 @@ #endif typedef QList IntList; -Q_DECLARE_METATYPE(IntList) QT_FORWARD_DECLARE_CLASS(QTextDocument) -- cgit v1.2.3