mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
parent
f843b5a046
commit
6ed9553ca3
@ -1,12 +1,13 @@
|
|||||||
// project includes
|
|
||||||
#include "ProtoClientConnection.h"
|
|
||||||
|
|
||||||
// qt
|
// qt
|
||||||
#include <QTcpSocket>
|
#include <QTcpSocket>
|
||||||
#include <QHostAddress>
|
#include <QHostAddress>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
#include <QRgb>
|
#include <QRgb>
|
||||||
|
|
||||||
|
// project includes
|
||||||
|
#include "ProtoClientConnection.h"
|
||||||
|
|
||||||
|
|
||||||
// TODO Remove this class if third-party apps have been migrated (eg. Hyperion Android Grabber, Windows Screen grabber etc.)
|
// TODO Remove this class if third-party apps have been migrated (eg. Hyperion Android Grabber, Windows Screen grabber etc.)
|
||||||
|
|
||||||
ProtoClientConnection::ProtoClientConnection(QTcpSocket* socket, int timeout, QObject *parent)
|
ProtoClientConnection::ProtoClientConnection(QTcpSocket* socket, int timeout, QObject *parent)
|
||||||
|
@ -1,14 +1,16 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
// protobuffer PROTO
|
||||||
|
// protobuf defines an Error() function itself, so undef it here
|
||||||
|
#undef Error
|
||||||
|
#include "message.pb.h"
|
||||||
|
|
||||||
// util
|
// util
|
||||||
#include <utils/Logger.h>
|
#include <utils/Logger.h>
|
||||||
#include <utils/Image.h>
|
#include <utils/Image.h>
|
||||||
#include <utils/ColorRgb.h>
|
#include <utils/ColorRgb.h>
|
||||||
#include <utils/Components.h>
|
#include <utils/Components.h>
|
||||||
|
|
||||||
// protobuffer PROTO
|
|
||||||
#include "message.pb.h"
|
|
||||||
|
|
||||||
class QTcpSocket;
|
class QTcpSocket;
|
||||||
class QTimer;
|
class QTimer;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <protoserver/ProtoServer.h>
|
|
||||||
#include "ProtoClientConnection.h"
|
#include "ProtoClientConnection.h"
|
||||||
|
#include <protoserver/ProtoServer.h>
|
||||||
|
|
||||||
// util
|
// util
|
||||||
#include <utils/NetOrigin.h>
|
#include <utils/NetOrigin.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user