(child: QWidget<any>)
| 82 | } |
| 83 | |
| 84 | appendChild(child: QWidget<any>): void { |
| 85 | throwUnsupported(this); |
| 86 | } |
| 87 | |
| 88 | insertBefore(child: QWidget<any>, beforeChild: QWidget<any>): void { |
| 89 | throwUnsupported(this); |
nothing calls this directly
no test coverage detected