MCPcopy Create free account
hub / github.com/davidar/tensor / setValue

Method setValue

client/settings.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10void Settings::setValue(const QString &key, const QVariant &value) {
11 QSettings::setValue(key, value);
12}
13
14QVariant Settings::value(const QString &key, const QVariant &defaultValue) const {
15 return QSettings::value(key, defaultValue);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected