| 214 | }; |
| 215 | |
| 216 | std::unique_ptr< AccessibilityHandler> createAccessibilityHandler() override { |
| 217 | return std::make_unique<ProgramLabelAH>(this); |
| 218 | } |
| 219 | }; |
| 220 | |
| 221 | #endif // PROGRAMLISTBOX_H_INCLUDED |
nothing calls this directly
no outgoing calls
no test coverage detected