QtAgOpenGPS
QtAgOpenGPS copied to clipboard
Agio fix sound warning
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.
I guess it's also got all my work up to today in with it.
Correctly fixed in dev branch