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

Method getValue

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

Source from the content-addressed store, hash-verified

20}
21
22QVariant BinaryToolsSetting::getValue(const QString &key, const QVariant &defaultValue)
23{
24 return settings->value(key, defaultValue);
25}
26
27QVariant BinaryToolsSetting::getValue(const QString &key)
28{

Callers 2

updateSettingsMethod · 0.45
fixIssueWithAiMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected