aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-04-24 18:33:21 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-04-28 09:54:50 +0200
commit135bc48ff69b438520f6e2b2f413578dc1bac9e6 (patch)
tree971d554a64a1f6e8ef3b64dc236fa1b5874cd5b7 /tests
parent2c61454e176119f1e0ed3d37d05a3e113b88cb56 (diff)
QQmlValueTypes test: import QtQuick to make font available
The test relied on QtQuick being loaded by other tests before. Change-Id: Ide326b4e541b29289e37a27735a1cb47f700b0e2 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qqmlvaluetypes/data/font_read.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlvaluetypes/data/font_read.qml b/tests/auto/qml/qqmlvaluetypes/data/font_read.qml
index d73bb132d3..f0837bfd28 100644
--- a/tests/auto/qml/qqmlvaluetypes/data/font_read.qml
+++ b/tests/auto/qml/qqmlvaluetypes/data/font_read.qml
@@ -1,4 +1,5 @@
import Test 1.0
+import QtQuick 2.15
MyTypeObject {
property string f_family: font.family