mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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 QtGraphicalEffects 1.0
|
||||||
|
|
||||||
import "../../styles-uit"
|
import "../../styles-uit"
|
||||||
import "../audio" as Audio
|
import "../audio" as HifiAudio
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: tablet
|
id: tablet
|
||||||
|
@ -101,7 +101,7 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Audio.MicBar {
|
HifiAudio.MicBar {
|
||||||
anchors {
|
anchors {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
leftMargin: 30
|
leftMargin: 30
|
||||||
|
|
Loading…
Reference in a new issue