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