mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: before threading
This commit is contained in:
@@ -19,8 +19,7 @@ public:
|
||||
explicit RecognizeSystem(QObject *parent = 0);
|
||||
~RecognizeSystem();
|
||||
void Initialize(UpdateController* updateController,DataParser *dataParser);
|
||||
void SetSocket(QTcpSocket *socket);
|
||||
void Recognize();
|
||||
void Recognize(QTcpSocket *socket);
|
||||
|
||||
signals:
|
||||
void UpdateBytesAvailable(qint64 size,quint64 sended);
|
||||
@@ -28,11 +27,12 @@ signals:
|
||||
void onNeedUpdate(bool flag);
|
||||
void onSendDebugLog(QString message);
|
||||
void SockedDisabled();
|
||||
void SaveLoginData(ServerAuthorization *serverAuth);
|
||||
void SocketWaitForReadyRead(int waitTime);
|
||||
|
||||
private:
|
||||
UpdateController *updateController;
|
||||
DataParser *dataParser;
|
||||
QTcpSocket *socket;
|
||||
PacketType packetType;
|
||||
QString message;
|
||||
QString filePath;
|
||||
|
||||
Reference in New Issue
Block a user