mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Схлопывание диалогов при выключении Сервера
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <QEvent>
|
||||
#include "Datas.h"
|
||||
#include "connectortoserver.h"
|
||||
#include "dialogversioncontrol.h"
|
||||
|
||||
namespace Ui {
|
||||
class DialogSettings;
|
||||
@@ -19,6 +20,8 @@ public:
|
||||
explicit DialogSettings(ConnectorToServer* connectorToServer, bool instructorIsLogged, QWidget *parent = nullptr);
|
||||
~DialogSettings();
|
||||
|
||||
void deactivate();
|
||||
|
||||
ServerSettings getSettings();
|
||||
|
||||
bool settingsServerIsChanged(){ return flSettingsServerChanged;}
|
||||
@@ -53,6 +56,8 @@ private:
|
||||
ServerSettings *settings;
|
||||
ConnectorToServer* connectorToServer;
|
||||
|
||||
DialogVersionControl *dlgVersionControl;
|
||||
|
||||
bool flSettingsServerChanged;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user