MCPcopy Create free account
hub / github.com/asb2m10/dexed / createAccessibilityHandler

Method createAccessibilityHandler

Source/ProgramListBox.h:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 };
215
216 std::unique_ptr< AccessibilityHandler> createAccessibilityHandler() override {
217 return std::make_unique<ProgramLabelAH>(this);
218 }
219};
220
221#endif // PROGRAMLISTBOX_H_INCLUDED

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected