修改pqdif配置路径
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user