mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
refact
This commit is contained in:
@@ -82,7 +82,6 @@ signals:
|
||||
void sigRecognize();
|
||||
void sigCalculateFullHash();
|
||||
void sigUpdateControllerInitialize(CommonClientHandler* commonClientHandler,DataParser *dataParser,AssetsManager *assetManager);
|
||||
QTcpSocket* sigGetSocket();
|
||||
|
||||
void signal_DocsChanged();
|
||||
void signal_hasError(int code);
|
||||
@@ -103,6 +102,8 @@ public slots:
|
||||
|
||||
void slot_setVersion(QString versionStr);
|
||||
|
||||
void slot_trySetServerState(PacketType packetType);
|
||||
|
||||
public:
|
||||
QString getLanguage()
|
||||
{
|
||||
@@ -143,8 +144,7 @@ public:
|
||||
private slots:
|
||||
void on_btnStartServer_clicked();
|
||||
void on_btnStopServer_clicked();
|
||||
void on_btnSettings_clicked();
|
||||
void slot_trySetServerState(PacketType packetType);
|
||||
void on_btnSettings_clicked();
|
||||
|
||||
private:
|
||||
void setLanguageInterfase();
|
||||
|
||||
Reference in New Issue
Block a user