MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / setValue

Method setValue

src/plugins/binarytools/mainframe/binarytoolssetting.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void BinaryToolsSetting::setValue(const QString &key, const QVariant &value)
18{
19 settings->setValue(key, value);
20}
21
22QVariant BinaryToolsSetting::getValue(const QString &key, const QVariant &defaultValue)
23{

Callers 1

replaceKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected