| 55 | } |
| 56 | |
| 57 | void NSFConfigPageDevice::SetDialogManager(NSFDialogManager *p) |
| 58 | { |
| 59 | NSFDialog::SetDialogManager(p); |
| 60 | //audioPanel->SetDialogManager(p); |
| 61 | if(mainPanel) |
| 62 | mainPanel->SetDialogManager(p); |
| 63 | } |
| 64 | |
| 65 | void NSFConfigPageDevice::UpdateNSFPlayerConfig(bool b) |
| 66 | { |
nothing calls this directly
no outgoing calls
no test coverage detected