mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
initialize вместо singleShot
This commit is contained in:
@@ -24,6 +24,8 @@ public:
|
||||
MainWindow(QWidget *parent = nullptr);
|
||||
~MainWindow();
|
||||
|
||||
void initialize();
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent * event) override;
|
||||
void closeEvent(QCloseEvent * event) override;
|
||||
@@ -48,8 +50,6 @@ public slots:
|
||||
//Слот изменения иконки трея о статусе Сервера
|
||||
void slot_updateStateServer(EStateServer stateServer, EStateBlockAutorization stateBlockAutorization);
|
||||
|
||||
//Слот отложенной инициализации
|
||||
void slot_LazyInitialization(); //TODO ?
|
||||
|
||||
void slot_hasError(int code); //TODO ?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user