summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-01-03 10:23:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-04 18:44:31 +0100
commitba82958af97b831875ea568f87ec49d8fad32297 (patch)
tree229256ef87c854fe59803ab56db0289b39360b57 /tests/auto/widgets/kernel/qwidget
parentfbd3cd867952a43d008dcfe6ae5657387603283a (diff)
Widgets: 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: Ibe8e2ec867afb4051a3c7eef806d9cd86945928b Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'tests/auto/widgets/kernel/qwidget')
-rw-r--r--tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
index dd209e5b59..a24f69b35e 100644
--- a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
+++ b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
@@ -4311,8 +4311,6 @@ void tst_QWidget::qobject_castInDestroyedSlot()
QVERIFY(checker.wasQWidget == true);
}
-Q_DECLARE_METATYPE(QList<QRect>)
-
// Since X11 WindowManager operations are all async, and we have no way to know if the window
// manager has finished playing with the window geometry, this test can't be reliable on X11.