mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 05:28:26 +02:00
fix-qml-confict
This commit is contained in:
parent
d2a74e5713
commit
420672a769
2 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@ import QtQuick 2.5
|
|||
import QtQuick.Controls 1.4
|
||||
import "styles-uit"
|
||||
import "controls-uit" as HifiControlsUit
|
||||
import "." as HifiRoot
|
||||
|
||||
Item {
|
||||
id: root
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue