| 33 | } |
| 34 | |
| 35 | void NavigationViewCore::popView() |
| 36 | { |
| 37 | _stack.pop_back(); |
| 38 | updateCurrentView(false, false); |
| 39 | } |
| 40 | |
| 41 | std::vector<std::shared_ptr<View>> NavigationViewCore::childViews() const |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected