mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 01:33:35 +02:00
fix tab
This commit is contained in:
parent
a7e1b75909
commit
f0bc080502
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue