MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / connectAll

Method connectAll

Components/DeviceDialog.cpp:132–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void
133DeviceDialog::connectAll(void)
134{
135 connect(
136 this->ui->okButton,
137 SIGNAL(clicked(void)),
138 this,
139 SLOT(onOk(void)));
140
141 connect(
142 this->ui->refreshButton,
143 SIGNAL(clicked(void)),
144 this,
145 SLOT(onRefresh(void)));
146}
147
148///////////////////////////////// Slots ////////////////////////////////////////
149void

Callers 1

DeviceDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected