Files
Noelia c43e755a0a feat(Qt5->6): Migration of Audio component
- Created new `StatusSoundEffect` component compatible with qt5 and qt6 versions.
- Replaced `Audio` component for the new `StatusSoundEffect` where needed.
- Added `storybook` page for testing `StatusSoundEffect` component.
- Added small audio testing file to test the component.
- Introduction of `AudioUtils` to expose `converVolume` method to QML from `QAudio` namespace.
- Removed `StatusAudioMessage`. No longer used. Also removed some code related to audio messages that were not used.
- Removed `Audio.qml` component. No longer used.

Closes #17457
2025-03-18 16:06:16 +01:00
..