summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorQt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>2019-10-31 15:01:28 +0100
committerLars Knoll <lars.knoll@qt.io>2019-10-31 18:13:27 +0100
commit3ec4a5ff306dd7ea2c1bb8d680be351928d872fc (patch)
tree423e562641e372532ff6666b48199bdd24910d4d /tests
parentb1b0af283b0479238786f6e61c59df3519598fb1 (diff)
Update dependencies on 'dev' in qt/qtscript
Also fix build issue for QList == QVector change in Qt Core. Change-Id: I9785bad72e608ecf353653f944b8804f3ed745c1 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp b/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
index 9d6c2fb..86dd5c9 100644
--- a/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
+++ b/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
@@ -47,7 +47,6 @@ Q_DECLARE_METATYPE(CustomType)
Q_DECLARE_METATYPE(QBrush*)
Q_DECLARE_METATYPE(QObjectList)
-Q_DECLARE_METATYPE(QList<int>)
Q_DECLARE_METATYPE(Qt::BrushStyle)
Q_DECLARE_METATYPE(QDir)