| 113 | // SettingDataBoolNumeric |
| 114 | |
| 115 | SettingDataBoolNumeric::SettingDataBoolNumeric(const SettingMetaBoolNumeric* meta) : SettingDataBool(meta) {} |
| 116 | |
| 117 | std::string SettingDataBoolNumeric::Export(ExportMode export_mode) const { |
| 118 | (void)export_mode; |
nothing calls this directly
no outgoing calls
no test coverage detected