summaryrefslogtreecommitdiff
path: root/tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml')
-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() {