mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Set image implemented
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
// util includes
|
||||
#include <utils/jsonschema/JsonSchemaChecker.h>
|
||||
|
||||
class ImageProcessor;
|
||||
|
||||
class JsonClientConnection : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -51,6 +53,8 @@ private:
|
||||
private:
|
||||
QTcpSocket * _socket;
|
||||
|
||||
ImageProcessor * _imageProcessor;
|
||||
|
||||
Hyperion * _hyperion;
|
||||
|
||||
QByteArray _receiveBuffer;
|
||||
|
Reference in New Issue
Block a user