mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #12740 from druiz17/fix-scope
Fix name conflict with c++ class and qml file(master)
This commit is contained in:
commit
e8a62d2943
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
var qml = Script.resourcesPath() + '/qml/AudioScope.qml';
|
||||
var qml = Script.resourcesPath() + '/qml/AudioScopeUI.qml';
|
||||
var window = new OverlayWindow({
|
||||
title: 'Audio Scope',
|
||||
source: qml,
|
||||
|
@ -14,4 +14,4 @@ window.closed.connect(function () {
|
|||
AudioScope.setServerEcho(false);
|
||||
AudioScope.selectAudioScopeFiveFrames();
|
||||
Script.stop();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue