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

Method connectDeviceDialog

UIMediator/DeviceDialogMediator.cpp:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23using namespace SigDigger;
24
25void
26UIMediator::connectDeviceDialog(void)
27{
28 connect(
29 this->ui->deviceDialog,
30 SIGNAL(refreshRequest(void)),
31 this,
32 SLOT(onRefreshDevices(void)));
33}
34
35void
36UIMediator::onRefreshDevices(void)

Callers 1

UIMediatorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected