mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Details coming soon.
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
// Qt includes
|
||||
#include <QString>
|
||||
#include <QByteArray>
|
||||
#include <QJsonObject>
|
||||
|
||||
// util includes
|
||||
#include <utils/Logger.h>
|
||||
|
||||
class JsonProcessor;
|
||||
class JsonAPI;
|
||||
class QTcpSocket;
|
||||
|
||||
///
|
||||
@@ -40,8 +41,8 @@ private slots:
|
||||
|
||||
private:
|
||||
QTcpSocket* _socket;
|
||||
/// new instance of JsonProcessor
|
||||
JsonProcessor * _jsonProcessor;
|
||||
/// new instance of JsonAPI
|
||||
JsonAPI * _jsonAPI;
|
||||
|
||||
/// The buffer used for reading data from the socket
|
||||
QByteArray _receiveBuffer;
|
||||
|
Reference in New Issue
Block a user