| 359 | } |
| 360 | |
| 361 | bool Widget::containsChild(String const& name) { |
| 362 | if (fetchChild(name)) |
| 363 | return true; |
| 364 | return false; |
| 365 | } |
| 366 | |
| 367 | WidgetPtr Widget::fetchChild(String const& name) { |
| 368 | WidgetPtr res; |
no outgoing calls
no test coverage detected