summaryrefslogtreecommitdiff
path: root/examples/ivimedia/mediaplayer/main.qml
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 /examples/ivimedia/mediaplayer/main.qml
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 'examples/ivimedia/mediaplayer/main.qml')
-rw-r--r--examples/ivimedia/mediaplayer/main.qml2
1 files changed, 1 insertions, 1 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 {