mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 23:03:12 +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 var sample: null;
|
||||||
property bool isPlaying: false;
|
property bool isPlaying: false;
|
||||||
function createSampleSound() {
|
function createSampleSound() {
|
||||||
var SOUND = Qt.resolvedUrl("../../../sounds/sample.wav");
|
var SOUND = Qt.resolvedUrl("../../../sounds/sample.wav");
|
||||||
sound = SoundCache.getSound(SOUND);
|
sound = SoundCache.getSound(SOUND);
|
||||||
sample = null;
|
sample = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue