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

Method allValues

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

Source from the content-addressed store, hash-verified

46}
47
48void BinaryToolsSetting::allValues()
49{
50 QStringList keys = settings->allKeys();
51 for (QString key : keys) {
52 QVariant temp = settings->value(key);
53 }
54}

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected