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