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

Method removeAction

src/common/actionmanager/actioncontainer.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void ActionContainer::removeAction(Command *command)
274{
275 d->menu->removeAction(command->action());
276}
277
278void ActionContainer::removeMenu(ActionContainer *container)
279{

Callers 4

removeMenuMethod · 0.80
doPythonCleanMenuMethod · 0.80
doJSCleanMenuMethod · 0.80
doGradleCleanMenuMethod · 0.80

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected