Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Audio4Linux/JDSP4Linux
/ set
Method
set
src/config/AppConfig.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void AppConfig::set(const Key &key, const QStringList &value)
70
{
71
set(key, value.join(
';'
));
72
}
73
74
void AppConfig::set(const Key &key, const QVariant &value)
75
{
Callers
15
applyConfig
Method · 0.45
onVdcDatabaseSelected
Method · 0.45
launchFirstRunSetup
Method · 0.45
main
Function · 0.45
updateTrayMenu
Method · 0.45
setBlocked
Method · 0.45
onDefaultDeviceSelected
Method · 0.45
onSystrayToggled
Method · 0.45
onThemeSelected
Method · 0.45
onPaletteSelected
Method · 0.45
onBlocklistInvertToggled
Method · 0.45
onBlocklistClearClicked
Method · 0.45
Calls
1
setValue
Method · 0.45
Tested by
no test coverage detected