mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: clean unused in Core
This commit is contained in:
@@ -14,23 +14,14 @@
|
||||
#include <Core\tools.h>
|
||||
#include <Core\externalexecuter.h>
|
||||
|
||||
|
||||
class UpdateController;
|
||||
class RecognizeSystem;
|
||||
class ServerSettings;
|
||||
|
||||
class TCPClient : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
public:
|
||||
explicit TCPClient(QObject *parent = 0);
|
||||
void initialize(RecognizeSystem *recognize,SendSystem *sendSystem);
|
||||
void setConnect(ServerSettings *serverSettings);
|
||||
|
||||
void waitRead(int time);
|
||||
QTcpSocket* getSocket();
|
||||
~TCPClient(){};
|
||||
|
||||
bool getIsConnected() const;
|
||||
|
||||
Reference in New Issue
Block a user