MCPcopy 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
69void AppConfig::set(const Key &key, const QStringList &value)
70{
71 set(key, value.join(';'));
72}
73
74void AppConfig::set(const Key &key, const QVariant &value)
75{

Callers 15

applyConfigMethod · 0.45
onVdcDatabaseSelectedMethod · 0.45
launchFirstRunSetupMethod · 0.45
mainFunction · 0.45
updateTrayMenuMethod · 0.45
setBlockedMethod · 0.45
onSystrayToggledMethod · 0.45
onThemeSelectedMethod · 0.45
onPaletteSelectedMethod · 0.45

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected