| 79 | } |
| 80 | |
| 81 | void LayoutManager::unloadLayout(VectorWidgetPtr& _widgets) |
| 82 | { |
| 83 | WidgetManager::getInstance().destroyWidgets(_widgets); |
| 84 | } |
| 85 | |
| 86 | ResourceLayout* LayoutManager::getByName(std::string_view _name, bool _throw) const |
| 87 | { |
no test coverage detected