mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
server: remove useless base64 helper
This commit is contained in:
@ -34,15 +34,6 @@ using websocketpp::lib::placeholders::_1;
|
|||||||
using websocketpp::lib::placeholders::_2;
|
using websocketpp::lib::placeholders::_2;
|
||||||
using websocketpp::lib::bind;
|
using websocketpp::lib::bind;
|
||||||
|
|
||||||
QString decodeBase64(const QString& source)
|
|
||||||
{
|
|
||||||
return QString::fromUtf8(
|
|
||||||
QByteArray::fromBase64(
|
|
||||||
source.toUtf8()
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
WSServerPtr WSServer::_instance = WSServerPtr(nullptr);
|
WSServerPtr WSServer::_instance = WSServerPtr(nullptr);
|
||||||
|
|
||||||
WSServerPtr WSServer::Current()
|
WSServerPtr WSServer::Current()
|
||||||
|
Reference in New Issue
Block a user