MCPcopy Create free account
hub / github.com/actuallyaridan/linux-devmgmt / DeviceScanner

Method DeviceScanner

src/scanner/DeviceScanner.cpp:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QSysInfo>
5
6DeviceScanner::DeviceScanner(QObject *parent)
7 : QThread(parent) {}
8
9void DeviceScanner::run() {
10 QString host = QSysInfo::machineHostName().toUpper();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected