mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact 0
This commit is contained in:
@@ -48,12 +48,10 @@ public slots:
|
||||
void slot_Tray_ShowMessage(QString textMsg, QSystemTrayIcon::MessageIcon iconMsg = QSystemTrayIcon::Information);
|
||||
|
||||
//Слот изменения иконки трея о статусе Сервера
|
||||
void slot_updateStateServer(EStateServer stateServer, EStateBlockAutorization stateBlockAutorization);
|
||||
void slot_UpdateStateServer(EStateServer stateServer, EStateBlockAutorization stateBlockAutorization);
|
||||
|
||||
|
||||
void slot_hasError(int code); //TODO ?
|
||||
|
||||
void slot_InitializeFinished(); //TODO ?
|
||||
void slot_InitializeHasError(int code);
|
||||
void slot_InitializeFinished();
|
||||
|
||||
private:
|
||||
void updateTrayTitles();
|
||||
|
||||
Reference in New Issue
Block a user