| 9 | } |
| 10 | |
| 11 | TextField::TextField(std::shared_ptr<ViewCoreFactory> viewCoreFactory) : View(std::move(viewCoreFactory)) |
| 12 | { |
| 13 | detail::VIEW_CORE_REGISTER(TextField, View::viewCoreFactory()); |
| 14 | } |
| 15 | |
| 16 | void TextField::submit() |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected