(child: QWidget<any>, beforeChild: QWidget<any>)
| 86 | } |
| 87 | |
| 88 | insertBefore(child: QWidget<any>, beforeChild: QWidget<any>): void { |
| 89 | throwUnsupported(this); |
| 90 | } |
| 91 | |
| 92 | removeChild(child: QWidget<any>): void { |
| 93 | throwUnsupported(this); |
nothing calls this directly
no test coverage detected