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

Method value

Software/src/Settings.cpp:1550–1562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550QVariant Settings::value(const QString & key)
1551{
1552 DEBUG_MID_LEVEL << Q_FUNC_INFO << key;
1553
1554 QMutexLocker locker(&m_mutex);
1555
1556 if (m_currentProfile == NULL)
1557 {
1558 qWarning() << Q_FUNC_INFO << "m_currentProfile == NULL";
1559 return QVariant();
1560 }
1561 return m_currentProfile->value(key);
1562}
1563
1564void Settings::initDevicesMap()
1565{

Callers 15

MoveUpMethod · 0.80
MoveDownMethod · 0.80
PluginMethod · 0.80
scrollThanksMethod · 0.80
dropPluginsMethod · 0.80
getPluginMethod · 0.80
StartPluginsMethod · 0.80
StopPluginsMethod · 0.80
setConnectedDeviceMethod · 0.80
setNumberOfLedsMethod · 0.80
getNumberOfLedsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected