summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp
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/widgets/qcombobox/tst_qcombobox.cpp
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/widgets/qcombobox/tst_qcombobox.cpp')
-rw-r--r--tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp b/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp
index 7af2b40ee5..e9340eb6da 100644
--- a/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp
+++ b/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp
@@ -371,8 +371,6 @@ void tst_QComboBox::getSetCheck()
typedef QList<QVariant> VariantList;
typedef QList<QIcon> IconList;
-Q_DECLARE_METATYPE(VariantList)
-Q_DECLARE_METATYPE(IconList)
Q_DECLARE_METATYPE(QComboBox::InsertPolicy)
tst_QComboBox::tst_QComboBox()
@@ -1726,7 +1724,6 @@ void tst_QComboBox::findText()
typedef QList<int> IntList;
typedef QList<Qt::Key> KeyList;
-Q_DECLARE_METATYPE(IntList)
Q_DECLARE_METATYPE(KeyList)
void tst_QComboBox::flaggedItems_data()