| 51 | } |
| 52 | |
| 53 | JsonHelpImpl::~JsonHelpImpl() { |
| 54 | // Ensure the component is removed from the global registry |
| 55 | removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal)); |
| 56 | } |
| 57 | |
| 58 | JsonHelpImpl &JsonHelpImpl::Group(const fl::string &name) FL_NOEXCEPT { |
| 59 | mInternal->setGroup(name); |
nothing calls this directly
no test coverage detected