| 41 | } |
| 42 | |
| 43 | JsonAudioImpl::~JsonAudioImpl() { removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal)); } |
| 44 | |
| 45 | JsonAudioImpl &JsonAudioImpl::Group(const fl::string &name) FL_NOEXCEPT { |
| 46 | mInternal->setGroup(name); |
nothing calls this directly
no test coverage detected