QtAgOpenGPS icon indicating copy to clipboard operation
QtAgOpenGPS copied to clipboard

Agio fix sound warning

Open Davidwedel opened this issue 1 year ago • 1 comments

When we compile QML files, we get the warning:

QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/rtk_lost.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/Alarm10.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/SectionOn.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/SectionOff.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/HydUp.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/HydDown.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/SteerOff.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/TF012.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/TF012.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/rtk_lost.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/rtk_lost.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/Alarm10.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/Alarm10.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/SectionOn.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/SectionOn.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/SectionOff.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/SectionOff.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/HydUp.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/HydUp.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/HydDown.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/HydDown.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/SteerOff.wav
QSoundEffect(qaudio): Error decoding source qrc:/qml/:/sounds/SteerOff.wav

This branch will fix that. But it changes your work in 6e998e68 where you added support for local QML. Did the way I have it now cause errors with local QML?

I went this route, as I wanted to make sure it was fine and OK before I mixed it in with all my other commits. And this way I won't forget why I have the branch :) Do as you like about pulling it in. No rush.

Davidwedel avatar Aug 15 '24 21:08 Davidwedel

I guess it's also got all my work up to today in with it.

Davidwedel avatar Aug 15 '24 21:08 Davidwedel

Correctly fixed in dev branch

Davidwedel avatar Nov 03 '24 04:11 Davidwedel