summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dependencies.yaml4
-rw-r--r--tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp1
2 files changed, 2 insertions, 3 deletions
diff --git a/dependencies.yaml b/dependencies.yaml
index 4c4afc5..2c6ae01 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -1,7 +1,7 @@
dependencies:
../qtbase:
- ref: 7b3bdcbfe8a920c4c156e91324eb0b374533d42c
+ ref: d273076b4474bb473d90e996960c4c773745761a
required: true
../qttools:
- ref: 2fd69f5cc792d4499bf036f5f3fefd7919c39f0f
+ ref: af80aa51170aaed1031aed34b02fc182930b23b7
required: false
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)