Сервер рефакт

This commit is contained in:
2025-10-21 14:40:35 +03:00
parent f2df91e97e
commit 5287d5f13d
9 changed files with 43 additions and 53 deletions

View File

@@ -78,6 +78,7 @@ public slots:
void slotUpdateListClients();
void slot_BlockAutorization(bool block);
void addToLog(QString message);
public:
void removeClient(int socketId);
@@ -96,9 +97,6 @@ public:
private slots:
void on_btnStartServer_clicked();
void on_btnStopServer_clicked();
void on_cmbLanguage_currentTextChanged(const QString &arg1);
void on_btnSettings_clicked();
private: