qtdoc/examples/demos/mediaplayer/MediaPlayer
Luca Di Sera 529d943a45 MediaPlayerApp: Fix [unqualified] warning in the MediaPlayer module
The `MediaPlayerApp` example has has a `MediaPlayer` QML module whose
`Main.qml` file defines a function, `openFile`, in the scope of the root
element, that is later used by a child element in a binding.

qmllint produces an [unqualified] access warning for this usage.

To avoid the warning being produced, the usage of the `openFile`
function in the child element was qualified with the id of the root
element.

Task-number: QTBUG-138175
Pick-to: 6.10
Change-Id: I11f8c02fb2c45c178f42770cb06badb3fb73c3e1
Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
2025-08-06 09:35:32 +02:00
..
icons MediaPlayer demo: Move icons around 2023-08-21 11:13:14 +02:00
CMakeLists.txt MediaPlayerApp: Fix qmllint [import] warning 2025-08-06 09:35:28 +02:00
ErrorPopup.qml MediaPlayer demo: Move icons around 2023-08-21 11:13:14 +02:00
Images.qml MediaPlayer demo: Move icons around 2023-08-21 11:13:14 +02:00
Main.qml MediaPlayerApp: Fix [unqualified] warning in the MediaPlayer module 2025-08-06 09:35:32 +02:00
MetadataInfo.qml MediaPlayer demo: Create a loadable module 2023-07-28 10:49:16 +02:00
PlayerMenuBar.qml MediaPlayer: Use theme colors in menu 2024-03-12 12:50:20 +01:00
PlaylistInfo.qml Use QML_ELEMENT macro instead of qmlRegister* for mediaplayer 2025-05-30 10:16:03 +05:30
SettingsInfo.qml MediaPlayer: Use theme colors in menu 2024-03-12 12:50:20 +01:00
ThemeInfo.qml MediaPlayer demo: Create a loadable module 2023-07-28 10:49:16 +02:00
TouchMenu.qml MediaPlayer: Use theme colors in menu 2024-03-12 12:50:20 +01:00
TracksInfo.qml Media player demo: Fix audio track reverting to "No track" 2023-11-27 13:30:42 +01:00
TracksOptions.qml MediaPlayer example: Fix scrolling of track options 2024-01-31 09:46:07 +01:00
UrlPopup.qml MediaPlayer: Remove restrictions of protocols in URL 2024-03-21 10:05:56 +01:00
qmldir MediaPlayer demo: Move icons around 2023-08-21 11:13:14 +02:00