| 102 | const SettingType SettingMetaBoolNumeric::TYPE(SETTING_BOOL_NUMERIC_DEPRECATED); |
| 103 | |
| 104 | SettingMetaBoolNumeric::SettingMetaBoolNumeric(Layer& layer, const std::string& key) : SettingMetaBool(layer, key, TYPE) {} |
| 105 | |
| 106 | SettingData* SettingMetaBoolNumeric::Instantiate() { return new SettingDataBoolNumeric(this); } |
| 107 |
nothing calls this directly
no outgoing calls
no test coverage detected