mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
GetVersion: add claryfying comment
This commit is contained in:
parent
c00681b52d
commit
cc3097b09a
@ -196,6 +196,7 @@ bool WSRequestHandler::hasField(const char* name) {
|
|||||||
void WSRequestHandler::HandleGetVersion(WSRequestHandler* req) {
|
void WSRequestHandler::HandleGetVersion(WSRequestHandler* req) {
|
||||||
const char* obs_version = Utils::OBSVersionString();
|
const char* obs_version = Utils::OBSVersionString();
|
||||||
|
|
||||||
|
// (Palakis) OBS' data arrays only support object arrays, so I improvised.
|
||||||
QList<QString> names = req->messageMap.keys();
|
QList<QString> names = req->messageMap.keys();
|
||||||
names.sort(Qt::CaseInsensitive);
|
names.sort(Qt::CaseInsensitive);
|
||||||
QString requests;
|
QString requests;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user