aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dependencies.yaml4
-rw-r--r--tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.yaml b/dependencies.yaml
index 58b1a5d4d2..9841e06edb 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -1,7 +1,7 @@
dependencies:
../qtbase:
- ref: 1b33ee95e5c6e5e27f732fd273920861fdae486a
+ ref: c49728eb27be0f3f2eaaa77b0ed573f5d8705af1
required: true
../qtsvg:
- ref: 338369de3c4fdb97927a446f2f2d8d36c9ffb093
+ ref: fd4d19bf8f878f18d0705530e73722981906f22a
required: false
diff --git a/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.cpp b/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.cpp
index 8a82db3456..e5a6573ca7 100644
--- a/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.cpp
+++ b/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.cpp
@@ -269,7 +269,7 @@ public:
return;
m_buffer.clear();
setError(ContentNotFoundError, "content not found");
- emit error(ContentNotFoundError);
+ emit errorOccurred(ContentNotFoundError);
setFinished(true);
emit finished();
}