Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
674
QString Settings::getConnectedDeviceName()
675
{
676
return m_devicesTypeToNameMap.value(getConnectedDevice(), Main::ConnectedDeviceDefault);
677
}
678
679
void Settings::setConnectedDeviceName(const QString & deviceName)
680
{
Callers
nothing calls this directly
Calls
1
value
Method · 0.80
Tested by
no test coverage detected