Set image implemented

This commit is contained in:
johan
2013-08-18 20:55:59 +02:00
parent 1766212b70
commit 0a9bbe86a4
2 changed files with 34 additions and 1 deletions

View File

@@ -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;