(newProps: FontDialogProps, oldProps: FontDialogProps)
| 28 | |
| 29 | export class RNFontDialog extends QFontDialog implements RNWidget { |
| 30 | setProps(newProps: FontDialogProps, oldProps: FontDialogProps): void { |
| 31 | setFontDialogProps(this, newProps, oldProps); |
| 32 | } |
| 33 | appendInitialChild(child: QWidget<any>): void { |
| 34 | throwUnsupported(this); |
| 35 | } |
no test coverage detected