MCPcopy Create free account
hub / github.com/Wohlstand/OPL3BankEditor / HardwareDialog

Method HardwareDialog

src/hardware.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#endif
29
30HardwareDialog::HardwareDialog(QWidget *parent)
31 : QDialog(parent), m_ui(new Ui::HardwareDialog)
32{
33 setupUi();
34}
35
36HardwareDialog::~HardwareDialog()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected