From 5c68d60f3178c35e353c713611d7c19adc217a6d Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 23 Nov 2020 15:50:58 +0100 Subject: Use the DiscoveryMode enum correctly in all our QML files Similar to C++ we need to use the Type where the enum is defined in for assignments. Change-Id: Id491d591d97915452ebcff8a7f47360be4e2340a Reviewed-by: Robert Griebl --- tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml b/tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml index 73ca1b5..4447bb1 100644 --- a/tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml +++ b/tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml @@ -40,7 +40,7 @@ Item { TestFeature { id: noAutoItem objectName: "autoDiscoveryDisabled" - discoveryMode: TestFeature.NoAutoDiscovery + discoveryMode: AbstractFeature.NoAutoDiscovery } function discover() { -- cgit v1.2.1