mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix API Subscription initialisation (#1354)
* Fix #1352,#1351 * Fix/Add details on client address
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <QString>
|
||||
#include <QByteArray>
|
||||
#include <QJsonObject>
|
||||
#include <QHostAddress>
|
||||
|
||||
// util includes
|
||||
#include <utils/Logger.h>
|
||||
@@ -24,6 +25,7 @@ public:
|
||||
/// @param socket The Socket object for this connection
|
||||
///
|
||||
JsonClientConnection(QTcpSocket * socket, bool localConnection);
|
||||
QHostAddress getClientAddress();
|
||||
|
||||
signals:
|
||||
void connectionClosed();
|
||||
|
Reference in New Issue
Block a user