Оптимизация старта Сервера 0

This commit is contained in:
2026-02-05 09:41:24 +03:00
parent 54c82d579a
commit c0f46db50a
4 changed files with 32 additions and 13 deletions

View File

@@ -60,6 +60,8 @@ public slots:
void slot_hasError(int code);
void slot_InitializeFinished();
private:
void exit();
void errorCheck();
@@ -76,5 +78,7 @@ private:
QAction * action_ShowWindow;
QAction * action_HideWindow;
QAction * action_Exit;
bool flInitServerLMSWidget;
};
#endif // MAINWINDOW_H