| 22 | } |
| 23 | |
| 24 | void NavigationView::popView() |
| 25 | { |
| 26 | if (auto navigationViewCore = core<NavigationView::Core>()) { |
| 27 | navigationViewCore->popView(); |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | std::vector<std::shared_ptr<View>> NavigationView::childViews() const |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected