From 6c2aec18ed7f043c17b09c939b9bc521def37aa5 Mon Sep 17 00:00:00 2001 From: Tuomo Pelkonen Date: Thu, 14 Jan 2021 10:49:40 +0200 Subject: Fix most of the QML example applications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most of the QML examples work now as supposed to. Qmlbars still needs fixing and is not included in this patch. Task-number: QTBUG-89298 Change-Id: Ic8bc6511cdb00dd3db0a181b7a31b3bbc39f0556 Reviewed-by: Tomi Korpipää --- tests/manual/qmlmultitest/qml/qmlmultitest/Data.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual/qmlmultitest/qml/qmlmultitest/Data.qml') diff --git a/tests/manual/qmlmultitest/qml/qmlmultitest/Data.qml b/tests/manual/qmlmultitest/qml/qmlmultitest/Data.qml index 9bbbd7f8..b6d16eae 100644 --- a/tests/manual/qmlmultitest/qml/qmlmultitest/Data.qml +++ b/tests/manual/qmlmultitest/qml/qmlmultitest/Data.qml @@ -27,7 +27,7 @@ ** ****************************************************************************/ -import QtQuick 2.1 +import QtQuick Item { property alias sharedData: dataModel -- cgit v1.2.3