(newProps: FileDialogProps, oldProps: FileDialogProps)
| 45 | |
| 46 | export class RNFileDialog extends QFileDialog implements RNWidget { |
| 47 | setProps(newProps: FileDialogProps, oldProps: FileDialogProps): void { |
| 48 | setFileDialogProps(this, newProps, oldProps); |
| 49 | } |
| 50 | appendInitialChild(child: QWidget<any>): void { |
| 51 | throwUnsupported(this); |
| 52 | } |
no test coverage detected