Settings 2

This commit is contained in:
2025-10-21 11:48:30 +03:00
parent 068a4ee14a
commit b9a39287cf
8 changed files with 112 additions and 120 deletions

View File

@@ -30,6 +30,9 @@ static const QString tasksFIMfileName = "/tasksFIM.xml";
static const QString clientHash = staticDataFolderName + "/clientHash.xml";
static const QString logFolderPath = "log";
static const QString configFolderName = "config";
static const QString settingsName = configFolderName + "/settings.xml";
static const QString baseNameVersion = "base";//может вынести комманды куда нибудь?
static const QString commandTryBaseDelete = "BASEDELETETRY";