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

Method set

src/config/DspConfig.h:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 void set(const Key &key,
146 const QVariant &value)
147 {
148 _conf->setValue(QVariant::fromValue(key).toString(), value);
149 }
150
151 void commit()
152 {

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected