summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2020-11-23 15:50:58 +0100
committerDominik Holland <dominik.holland@qt.io>2020-12-02 10:46:42 +0100
commit5c68d60f3178c35e353c713611d7c19adc217a6d (patch)
tree6d1fe9ace27b36db02042ce323c3115ce24b304e /tests
parentb29f6c479848391c137e927189b523e3c8f7f548 (diff)
downloadqtivi-5c68d60f3178c35e353c713611d7c19adc217a6d.tar.gz
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 <robert.griebl@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml2
1 files changed, 1 insertions, 1 deletions
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() {