summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp')
-rw-r--r--tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp b/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp
index 8ac3fea457..e9340eb6da 100644
--- a/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp
+++ b/tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp
@@ -371,13 +371,10 @@ 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()
{
- qRegisterMetaType<QModelIndex>("QModelIndex");
parent = 0;
}
@@ -1727,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()