| 95 | } |
| 96 | |
| 97 | void WidgetExtension::reset() |
| 98 | { |
| 99 | // detach all children from the slot widget, in case it gets destroyed |
| 100 | for (auto& w : mChildren) |
| 101 | w->widget()->detachFromWidget(); |
| 102 | } |
| 103 | |
| 104 | void WidgetExtension::updateVisible() |
| 105 | { |
no test coverage detected