(child: QWidget<any>)
| 45 | setDialogProps(this, newProps, oldProps); |
| 46 | } |
| 47 | appendInitialChild(child: QWidget<any>): void { |
| 48 | this.appendChild(child); |
| 49 | } |
| 50 | appendChild(child: QWidget<any>): void { |
| 51 | if (!child || child instanceof QDialog) { |
| 52 | return; |
nothing calls this directly
no test coverage detected