Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void BinaryToolsSetting::setValue(const QString &key, const QVariant &value)
18
{
19
settings->setValue(key, value);
20
}
21
22
QVariant BinaryToolsSetting::getValue(const QString &key, const QVariant &defaultValue)
23
{
Callers
1
replaceKey
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected