aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-02-25 13:32:55 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-02-27 09:34:20 +0100
commit8dd18850714b9a8e7a51891a2c48f8ca94ffe014 (patch)
tree261d3a1b4c48e9858a6dd3b86404f1758f53fcda /tests
parent63aee8b66712601b6c34e4f2df99614f2d092c9d (diff)
Revision properties and methods added in 5.15
Change-Id: I00e3f9535e819d9d0d547c9d3cf50be469cf9339 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qquickworkerscript/data/BaseWorker.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qquickworkerscript/data/BaseWorker.qml b/tests/auto/qml/qquickworkerscript/data/BaseWorker.qml
index 59af114379..1d3420e186 100644
--- a/tests/auto/qml/qquickworkerscript/data/BaseWorker.qml
+++ b/tests/auto/qml/qquickworkerscript/data/BaseWorker.qml
@@ -1,4 +1,5 @@
import QtQuick 2.0
+import QtQml.WorkerScript 2.15
WorkerScript {
id: worker