Proto*: fix Error macro conflict (#1146)

Fixes: #882
This commit is contained in:
Gerion Entrup
2021-02-23 14:25:32 +01:00
committed by GitHub
parent f843b5a046
commit 6ed9553ca3
3 changed files with 10 additions and 7 deletions

View File

@@ -1,12 +1,13 @@
// project includes
#include "ProtoClientConnection.h"
// qt
#include <QTcpSocket>
#include <QHostAddress>
#include <QTimer>
#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.)
ProtoClientConnection::ProtoClientConnection(QTcpSocket* socket, int timeout, QObject *parent)