mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-24 18:19:39 +02:00
Code style fixes #2
This commit is contained in:
parent
bd6ac7a39e
commit
045e93fb95
1 changed files with 2 additions and 2 deletions
|
@ -222,8 +222,8 @@ signals:
|
||||||
|
|
||||||
void muteEnvironmentRequested(glm::vec3 position, float radius);
|
void muteEnvironmentRequested(glm::vec3 position, float radius);
|
||||||
|
|
||||||
void currentOutputDeviceChanged(const QString &name);
|
void currentOutputDeviceChanged(const QString& name);
|
||||||
void currentInputDeviceChanged(const QString &name);
|
void currentInputDeviceChanged(const QString& name);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
AudioClient();
|
AudioClient();
|
||||||
|
|
Loading…
Reference in a new issue