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

Method saveSettings

src/common/actionmanager/actionmanager.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void ActionManagerPrivate::saveSettings()
106{
107 auto it = idCmdMap.cbegin();
108 for (; it != idCmdMap.cend(); ++it) {
109 saveSettings(it.value());
110 }
111}
112
113void ActionManagerPrivate::saveSettings(Command *cmd)
114{

Callers 1

unregisterActionMethod · 0.45

Calls 14

cbeginMethod · 0.80
cendMethod · 0.80
keySequencesMethod · 0.80
defaultKeySequencesMethod · 0.80
QStringClass · 0.50
valueMethod · 0.45
idMethod · 0.45
isEmptyMethod · 0.45
setValueMethod · 0.45
sizeMethod · 0.45
toStringMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected