| 71 | } |
| 72 | |
| 73 | JsonNumberFieldImpl::~JsonNumberFieldImpl() { |
| 74 | // Ensure the component is removed from the global registry |
| 75 | removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal)); |
| 76 | } |
| 77 | |
| 78 | int JsonNumberFieldImpl::id() const FL_NOEXCEPT { |
| 79 | return mInternal->id(); |
nothing calls this directly
no test coverage detected