10 bool load(
const std::string& filepath)
override;
12 bool read(
const std::string& filepath)
override;
17 std::string _settingsFileSuffix{
"gisf"};
Definition IniProfileSettings.h:8
const std::string & getSettingsFileSuffix() const override
bool load(const std::string &filepath) override
bool read(const std::string &filepath) override
Definition ProjectConfig.h:17
Definition Application.h:10