mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: send xml answer
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <QCoreApplication>
|
||||
#include "Core\recognizesystem.h"
|
||||
#include "Core\tools.h"
|
||||
#include "Core\UpdateController.h"
|
||||
#include "Core\updatecontroller.h"
|
||||
#include "Core\externalexecuter.h"
|
||||
|
||||
class UpdateController;
|
||||
@@ -23,6 +23,8 @@ public:
|
||||
explicit TCPClient(QObject *parent = 0);
|
||||
void Initialize(UpdateController *updateController,RecognizeSystem *recognize,ExternalExecuter *externalExecuter);
|
||||
void SetConnect(ServerSettings *serverSettings);
|
||||
void SendClientAutorization();
|
||||
void SetDisconnect();
|
||||
void WaitWrites();
|
||||
QTcpSocket* GetSocket();
|
||||
~TCPClient();
|
||||
@@ -31,7 +33,7 @@ signals:
|
||||
void onSendDebugLog(QString message);
|
||||
|
||||
public slots:
|
||||
void onMessageEntered(QString message);
|
||||
void MessageEntered(QString message);
|
||||
|
||||
private slots:
|
||||
void onReadyRead();
|
||||
|
||||
Reference in New Issue
Block a user