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

Method connectDeviceDetect

App/Application.cpp:293–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void
294Application::connectDeviceDetect(void)
295{
296 connect(
297 this,
298 SIGNAL(detectDevices()),
299 this->deviceDetectWorker,
300 SLOT(process()));
301
302 connect(
303 this->deviceDetectWorker,
304 SIGNAL(finished()),
305 this,
306 SLOT(onDetectFinished()));
307}
308
309QString
310Application::getLogText(void)

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected