| 26 | const SettingType SettingMetaString::TYPE = SETTING_STRING; |
| 27 | |
| 28 | SettingMetaString::SettingMetaString(Layer& layer, const std::string& key) : SettingMetaString(layer, key, TYPE) {} |
| 29 | |
| 30 | SettingMetaString::SettingMetaString(Layer& layer, const std::string& key, const SettingType& setting_type) |
| 31 | : SettingMeta(layer, key, setting_type) {} |
nothing calls this directly
no outgoing calls
no test coverage detected