| 357 | } |
| 358 | |
| 359 | void MainApplication::ShowLayout(pu::ui::Layout::Ref lyt) { |
| 360 | this->lyt_stack.push(lyt); |
| 361 | this->LoadLayout(lyt); |
| 362 | } |
| 363 | |
| 364 | void MainApplication::PopLayout() { |
| 365 | if(!this->lyt_stack.empty()) { |
no outgoing calls
no test coverage detected