summaryrefslogtreecommitdiff
path: root/examples/ivivehiclefunctions/climate_qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivivehiclefunctions/climate_qml/main.qml')
-rw-r--r--examples/ivivehiclefunctions/climate_qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ivivehiclefunctions/climate_qml/main.qml b/examples/ivivehiclefunctions/climate_qml/main.qml
index 1aba4c9..737b99e 100644
--- a/examples/ivivehiclefunctions/climate_qml/main.qml
+++ b/examples/ivivehiclefunctions/climate_qml/main.qml
@@ -68,7 +68,7 @@ ApplicationWindow {
//![1]
ClimateControl {
id: climateControl
- discoveryMode: ClimateControl.LoadOnlySimulationBackends
+ discoveryMode: AbstractFeature.LoadOnlySimulationBackends
}
//![1]