MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / setConfigMap

Method setConfigMap

src/config/ConfigContainer.cpp:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void ConfigContainer::setConfigMap(const QVariantMap &newmap)
119{
120 map.clear();
121
122 for (const auto &e : newmap.keys())
123 {
124 map[e] = newmap.value(e);
125 }
126}

Callers 5

restoreGraphicEQViewMethod · 0.80
DspConfigMethod · 0.80
loadMethod · 0.80
loadDefaultMethod · 0.80
loadMethod · 0.80

Calls 2

clearMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected