MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / setValue

Method setValue

src/config/ConfigContainer.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8ConfigContainer::ConfigContainer() = default;
9
10void ConfigContainer::setValue(const QString &key,
11 QVariant value)
12{
13 map[key] = std::move(value);
14}
15
16QVariant ConfigContainer::getVariant(const QString &key,
17 bool silent,

Callers 10

selectTestMethod · 0.45
selectTestMethod · 0.45
MainWindowMethod · 0.45
restoreGraphicEQViewMethod · 0.45
setupMethod · 0.45
loadPropertiesMethod · 0.45
GzipDownloaderDialogMethod · 0.45
setMethod · 0.45
setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected