修改pqdif配置路径

This commit is contained in:
lnk
2026-07-24 16:29:36 +08:00
parent 54a23099a6
commit 6ffde5ea84

View File

@@ -3433,9 +3433,9 @@ static bool is_pqdif_com_type(const char* com_type)
return type.compare("PQDIF", Qt::CaseInsensitive) == 0; return type.compare("PQDIF", Qt::CaseInsensitive) == 0;
} }
static const char* PQDIF_CONFIG_DIR = "/FeProject/etc"; static const char* PQDIF_CONFIG_DIR = "/FeProject/PQDIF/config";
static const char* PQDIF_CONFIG_FILE = "/FeProject/etc/pqdif-config.xml"; static const char* PQDIF_CONFIG_FILE = "/FeProject/PQDIF/config/pqdif-config.xml";
static const char* PQDIF_CONFIG_TMP_FILE = "/FeProject/etc/pqdif-config.xml.tmp"; static const char* PQDIF_CONFIG_TMP_FILE = "/FeProject/PQDIF/config/pqdif-config.xml.tmp";
static bool pqdif_config_value_valid(const char* value) static bool pqdif_config_value_valid(const char* value)
{ {