From 8db52e56d06f02b0b7d2b135381875aa960ab3d0 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 27 Nov 2020 11:38:12 +0100 Subject: PySide6: Fix test javascript_exceptions.py It was using the old Qt Quick Controls 1. Change-Id: Ia1d6a884267fdcd8e3808b08bf1efa12eb62b4dd Reviewed-by: Christian Tismer --- sources/pyside6/tests/QtQml/javascript_exceptions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside6') 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 { -- cgit v1.2.3