mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
fead: load without animation
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <Core\UpdateController.h>
|
||||
|
||||
class UpdateController;
|
||||
class MainWindow;
|
||||
|
||||
class RecognizeSystem : public QObject
|
||||
{
|
||||
@@ -18,7 +19,7 @@ class RecognizeSystem : public QObject
|
||||
public:
|
||||
explicit RecognizeSystem(QObject *parent = 0);
|
||||
~RecognizeSystem();
|
||||
void initialize(UpdateController* updateController,DataParser *dataParser);
|
||||
void initialize(UpdateController* updateController,DataParser *dataParser,MainWindow *mainWindow);
|
||||
void recognize(QTcpSocket *socket);
|
||||
|
||||
signals:
|
||||
@@ -30,8 +31,10 @@ signals:
|
||||
void sigServerBlocked();
|
||||
void sigSaveLoginData(ServerAuthorization *serverAuth);
|
||||
void sigSocketWaitForReadyRead(int waitTime);
|
||||
void sigStartCompare();
|
||||
|
||||
private:
|
||||
MainWindow *mainWindow;
|
||||
UpdateController *updateController;
|
||||
DataParser *dataParser;
|
||||
PacketType packetType;
|
||||
@@ -45,6 +48,7 @@ private:
|
||||
|
||||
void xmlParser(QByteArray array);
|
||||
|
||||
void checkAccessType(QString type);
|
||||
};
|
||||
|
||||
#endif // RECOGNIZESYSTEM_H
|
||||
|
||||
Reference in New Issue
Block a user