This commit is contained in:
2025-12-17 17:17:34 +03:00
parent 3953527795
commit 360b740220
6 changed files with 41 additions and 69 deletions

View File

@@ -52,13 +52,14 @@ public slots:
//Слот вывода сообщения из трея
void slot_Tray_ShowMessage(QString textMsg, QSystemTrayIcon::MessageIcon iconMsg = QSystemTrayIcon::Information);
//Слот изменения иконки трея
//Слот изменения иконки трея о статусе Сервера
void slot_updateStateServer(EStateServer stateServer, EStateBlockAutorization stateBlockAutorization);
//Слот отложенной инициализации
void slot_LazyInitialization();
void slot_hasError(int code);
private:
void exit();
void errorCheck();