mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: add translate field and autoStartBox
This commit is contained in:
@@ -54,6 +54,8 @@ private slots:
|
||||
|
||||
void on_connectButton_clicked();
|
||||
|
||||
void on_languageComboBox_activated(const QString &arg1);
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
TCPClient *client;
|
||||
@@ -76,5 +78,7 @@ private:
|
||||
void LostConnection();
|
||||
void CheckLoginResult(ServerAuthorization * serverAuth);
|
||||
void CheckAppAvailable();
|
||||
void autoStart();
|
||||
void loadStaticData();
|
||||
};
|
||||
#endif // MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user