mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Audio -> HifiAudio to avoid collision
This commit is contained in:
parent
8d4307460c
commit
6823e7cae0
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import QtQuick 2.5
|
|||
import QtGraphicalEffects 1.0
|
||||
|
||||
import "../../styles-uit"
|
||||
import "../audio" as Audio
|
||||
import "../audio" as HifiAudio
|
||||
|
||||
Item {
|
||||
id: tablet
|
||||
|
@ -101,7 +101,7 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
Audio.MicBar {
|
||||
HifiAudio.MicBar {
|
||||
anchors {
|
||||
left: parent.left
|
||||
leftMargin: 30
|
||||
|
|
Loading…
Reference in a new issue