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