MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / GetUSBDevicesStringList

Function GetUSBDevicesStringList

plugins/usb/usb-helpers.cpp:199–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199QStringList GetUSBDevicesStringList()
200{
201 QStringList result;
202 const auto devices = GetUSBDevices();
203 for (const auto &device : devices) {
204 result << device.ToQString();
205 }
206 return result;
207}
208
209std::string USBDeviceInfo::ToString() const
210{

Callers

nothing calls this directly

Calls 2

GetUSBDevicesFunction · 0.85
ToQStringMethod · 0.80

Tested by

no test coverage detected