(child: QWidget<any>, beforeChild: QWidget<any>)
| 109 | throwUnsupported(this); |
| 110 | } |
| 111 | insertBefore(child: QWidget<any>, beforeChild: QWidget<any>): void { |
| 112 | throwUnsupported(this); |
| 113 | } |
| 114 | removeChild(child: QWidget<any>): void { |
| 115 | throwUnsupported(this); |
| 116 | } |
nothing calls this directly
no test coverage detected