(child: QWidget<any>)
| 103 | setComboBoxProps(this, newProps, oldProps); |
| 104 | } |
| 105 | appendInitialChild(child: QWidget<any>): void { |
| 106 | throwUnsupported(this); |
| 107 | } |
| 108 | appendChild(child: QWidget<any>): void { |
| 109 | throwUnsupported(this); |
| 110 | } |
nothing calls this directly
no test coverage detected