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:
@@ -29,12 +29,12 @@ public:
|
||||
~MainWindow();
|
||||
|
||||
signals:
|
||||
void onInitializeClient(UpdateController *updateController,
|
||||
RecognizeSystem *recognizeSystem,
|
||||
void onInitializeClient(RecognizeSystem *recognizeSystem,
|
||||
ExternalExecuter *externalExecuter);
|
||||
|
||||
void onSetConnect(ServerSettings* serverSettings);
|
||||
void onCalculateHash();
|
||||
void SendClientAuthorization();
|
||||
void onSendMessage(QString message);
|
||||
|
||||
private slots:
|
||||
@@ -48,8 +48,6 @@ private slots:
|
||||
|
||||
void on_settingsButton_clicked();
|
||||
|
||||
void on_checkUpdate_clicked();
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
TCPClient *client;
|
||||
@@ -68,5 +66,7 @@ private:
|
||||
void LoadComplete();
|
||||
void SetNeedUpdate(bool flag);
|
||||
void LostConnection();
|
||||
void CheckLoginResult(ServerAuthorization * serverAuth);
|
||||
void CheckAppAvailable();
|
||||
};
|
||||
#endif // MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user