aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build_history/blacklist.txt2
-rw-r--r--sources/pyside6/tests/QtQml/javascript_exceptions.qml2
2 files changed, 1 insertions, 3 deletions
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
index 3f3082a55..b95889b90 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -48,8 +48,6 @@
win32
[QtQml::bug_951]
py3
-[QtQml::javascript_exceptions]
- py3
[QtScript::qscriptvalue_test]
linux
darwin
diff --git a/sources/pyside6/tests/QtQml/javascript_exceptions.qml b/sources/pyside6/tests/QtQml/javascript_exceptions.qml
index 91cc83ee4..60d96c89e 100644
--- a/sources/pyside6/tests/QtQml/javascript_exceptions.qml
+++ b/sources/pyside6/tests/QtQml/javascript_exceptions.qml
@@ -27,7 +27,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtQuick.Controls 1.0
+import QtQuick.Controls 2.0
import JavaScriptExceptions 1.0
Rectangle {