| 4 | #include <QSysInfo> |
| 5 | |
| 6 | DeviceScanner::DeviceScanner(QObject *parent) |
| 7 | : QThread(parent) {} |
| 8 | |
| 9 | void DeviceScanner::run() { |
| 10 | QString host = QSysInfo::machineHostName().toUpper(); |
nothing calls this directly
no outgoing calls
no test coverage detected