отклонение запроса на Управление версиями

This commit is contained in:
2026-01-22 15:18:40 +03:00
parent 2522bc6af5
commit 5415afe264
12 changed files with 156 additions and 16 deletions

View File

@@ -46,6 +46,11 @@ private slots:
void on_editPort_textChanged(const QString &arg1);
void on_DialogSettings_accepted();
public slots:
void slot_VersionControl();
void slot_checkTryBlockResult(bool result, QString type);
private:
bool saveSettings();
@@ -59,6 +64,8 @@ private:
DialogVersionControl *dlgVersionControl;
bool flSettingsServerChanged;
bool flTryVersionControl;
};
#endif // DIALOGSETTINGS_H