| 176 | recompui::UiEventListenerInstancer event_listener_instancer; |
| 177 | |
| 178 | UIState(const UIState& rhs) = delete; |
| 179 | UIState& operator=(const UIState& rhs) = delete; |
| 180 | UIState(UIState&& rhs) = delete; |
| 181 | UIState& operator=(UIState&& rhs) = delete; |
nothing calls this directly
no test coverage detected