mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
update spaces to tabs in wsrequesthandler for set and toggle mute
This commit is contained in:
parent
0816d222c6
commit
c783c51915
@ -74,8 +74,8 @@ class WSRequestHandler : public QObject
|
||||
|
||||
static void HandleSetVolume(WSRequestHandler *owner);
|
||||
static void HandleGetVolume(WSRequestHandler *owner);
|
||||
static void ToggleMute(WSRequestHandler *owner);
|
||||
static void SetMute(WSRequestHandler *owner);
|
||||
static void ToggleMute(WSRequestHandler *owner);
|
||||
static void SetMute(WSRequestHandler *owner);
|
||||
};
|
||||
|
||||
#endif // WSPROTOCOL_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user