| 218 | } |
| 219 | |
| 220 | void DeviceManager::connectingDevice() |
| 221 | { |
| 222 | QString id = dynamic_cast<Device *>(QObject::sender())->id(); |
| 223 | connectingDevice(id); |
| 224 | } |
| 225 | |
| 226 | void DeviceManager::connectingDevice(QString id) |
| 227 | { |
nothing calls this directly
no test coverage detected