| 34 | } |
| 35 | |
| 36 | bool SettingMetaGroup::Load(const QJsonObject& json_setting) { |
| 37 | (void)json_setting; |
| 38 | |
| 39 | return true; |
| 40 | } |
| 41 | |
| 42 | std::string SettingMetaGroup::Export(ExportMode export_mode) const { |
| 43 | (void)export_mode; |
nothing calls this directly
no test coverage detected