MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / SetDialogManager

Method SetDialogManager

nsfplug_ui/NSFConfigPageDevice.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void NSFConfigPageDevice::SetDialogManager(NSFDialogManager *p)
58{
59 NSFDialog::SetDialogManager(p);
60 //audioPanel->SetDialogManager(p);
61 if(mainPanel)
62 mainPanel->SetDialogManager(p);
63}
64
65void NSFConfigPageDevice::UpdateNSFPlayerConfig(bool b)
66{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected