(newProps: ColorDialogProps, oldProps: ColorDialogProps)
| 29 | |
| 30 | export class RNColorDialog extends QColorDialog implements RNWidget { |
| 31 | setProps(newProps: ColorDialogProps, oldProps: ColorDialogProps): void { |
| 32 | setColorDialogProps(this, newProps, oldProps); |
| 33 | } |
| 34 | appendInitialChild(child: QWidget<any>): void { |
| 35 | throwUnsupported(this); |
| 36 | } |
no test coverage detected