This commit is contained in:
Zach Pomerantz 2017-06-19 14:51:30 -07:00 committed by GitHub
parent a7e1b75909
commit f0bc080502

View file

@ -22,7 +22,7 @@ RowLayout {
property var sample: null;
property bool isPlaying: false;
function createSampleSound() {
var SOUND = Qt.resolvedUrl("../../../sounds/sample.wav");
var SOUND = Qt.resolvedUrl("../../../sounds/sample.wav");
sound = SoundCache.getSound(SOUND);
sample = null;
}