MCPcopy Create free account
hub / github.com/Atarity/Lightpack / getConnectedDeviceName

Method getConnectedDeviceName

Software/src/Settings.cpp:674–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674QString Settings::getConnectedDeviceName()
675{
676 return m_devicesTypeToNameMap.value(getConnectedDevice(), Main::ConnectedDeviceDefault);
677}
678
679void Settings::setConnectedDeviceName(const QString & deviceName)
680{

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected