mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 11:42:55 +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 QtGraphicalEffects 1.0
|
||||||
import Qt.labs.settings 1.0
|
import Qt.labs.settings 1.0
|
||||||
|
|
||||||
import "./hifi/audio" as Audio
|
import "./hifi/audio" as Hifi
|
||||||
|
|
||||||
Hifi.AvatarInputs {
|
Hifi.AvatarInputs {
|
||||||
id: root;
|
id: root;
|
||||||
|
@ -23,7 +23,7 @@ Hifi.AvatarInputs {
|
||||||
|
|
||||||
readonly property bool shouldReposition: true;
|
readonly property bool shouldReposition: true;
|
||||||
|
|
||||||
Audio.MicBar {
|
HifiAudio.MicBar {
|
||||||
id: audio;
|
id: audio;
|
||||||
visible: root.showAudioTools;
|
visible: root.showAudioTools;
|
||||||
standalone: true;
|
standalone: true;
|
||||||
|
|
Loading…
Reference in a new issue