config:更改为Qt6配置。
This commit is contained in:
@@ -19,16 +19,17 @@ public:
|
||||
~ConfigIni() = default;
|
||||
|
||||
public:
|
||||
bool set_work_exe(const std::string& dir);
|
||||
bool set_xml_path(const std::string& path);
|
||||
bool set_work_exe(const std::string& dir);
|
||||
bool set_xml_path(const std::string& path);
|
||||
OprBase get_config();
|
||||
|
||||
private:
|
||||
bool parse_ini();
|
||||
|
||||
private:
|
||||
std::string work_dir_{};
|
||||
std::string ini_path_{};
|
||||
CSimpleIni ini_{};
|
||||
CSimpleIniA ini_{};
|
||||
OprBase opr_base_{};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user