summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/ivimedia/mediaplayer/main.qml2
-rw-r--r--examples/ivivehiclefunctions/climate_qml/main.qml2
-rw-r--r--examples/ivivehiclefunctions/window_qml/main.qml2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/ivimedia/mediaplayer/main.qml b/examples/ivimedia/mediaplayer/main.qml
index c78b236..1abe5b3 100644
--- a/examples/ivimedia/mediaplayer/main.qml
+++ b/examples/ivimedia/mediaplayer/main.qml
@@ -65,7 +65,7 @@ ApplicationWindow {
MediaPlayer {
id: mediaPlayer
- discoveryMode: MediaPlayer.LoadOnlySimulationBackends
+ discoveryMode: AbstractFeature.LoadOnlySimulationBackends
}
SplitView {
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]
diff --git a/examples/ivivehiclefunctions/window_qml/main.qml b/examples/ivivehiclefunctions/window_qml/main.qml
index c9fb2a1..f719047 100644
--- a/examples/ivivehiclefunctions/window_qml/main.qml
+++ b/examples/ivivehiclefunctions/window_qml/main.qml
@@ -65,7 +65,7 @@ ApplicationWindow {
WindowControl {
id: windowControl
- discoveryMode: WindowControl.LoadOnlySimulationBackends
+ discoveryMode: AbstractFeature.LoadOnlySimulationBackends
}
ColumnLayout {