(child: QWidget<any>)
| 106 | throwUnsupported(this); |
| 107 | } |
| 108 | appendChild(child: QWidget<any>): void { |
| 109 | throwUnsupported(this); |
| 110 | } |
| 111 | insertBefore(child: QWidget<any>, beforeChild: QWidget<any>): void { |
| 112 | throwUnsupported(this); |
| 113 | } |
nothing calls this directly
no test coverage detected