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

Method defaultKeySequences

src/common/actionmanager/command.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135QList<QKeySequence> Command::defaultKeySequences() const
136{
137 return d->defaultKeys;
138}
139
140QList<QKeySequence> Command::keySequences() const
141{

Callers 4

saveSettingsMethod · 0.80
updateShortcutMethod · 0.80
showMenuMethod · 0.80
resetShortcutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected