mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 12:14:00 +02:00
Audio -> HifiAudio to avoid collision
This commit is contained in:
parent
c33853f4cf
commit
8d4307460c
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ import QtQuick.Controls 1.3
|
|||
import QtGraphicalEffects 1.0
|
||||
import Qt.labs.settings 1.0
|
||||
|
||||
import "./hifi/audio" as Audio
|
||||
import "./hifi/audio" as Hifi
|
||||
|
||||
Hifi.AvatarInputs {
|
||||
id: root;
|
||||
|
@ -23,7 +23,7 @@ Hifi.AvatarInputs {
|
|||
|
||||
readonly property bool shouldReposition: true;
|
||||
|
||||
Audio.MicBar {
|
||||
HifiAudio.MicBar {
|
||||
id: audio;
|
||||
visible: root.showAudioTools;
|
||||
standalone: true;
|
||||
|
|
Loading…
Reference in a new issue