mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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 currentOutputDeviceChanged(const QString &name);
|
||||
void currentInputDeviceChanged(const QString &name);
|
||||
void currentOutputDeviceChanged(const QString& name);
|
||||
void currentInputDeviceChanged(const QString& name);
|
||||
|
||||
protected:
|
||||
AudioClient();
|
||||
|
|
Loading…
Reference in a new issue