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

Method removeContext

src/common/actionmanager/actionmanager.cpp:254–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void ActionManager::removeContext(const QStringList &context)
255{
256 for (const auto &c : context) {
257 if (!d->cmdContext.contains(c))
258 continue;
259 d->cmdContext.removeOne(c);
260 }
261
262 setContext(d->cmdContext);
263}
264
265void ActionManager::saveSettings()
266{

Callers 1

onFocusChangedMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected