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

Method removeMenu

src/common/actionmanager/actioncontainer.cpp:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void ActionContainer::removeMenu(ActionContainer *container)
279{
280 QMenu *menu = container->menu();
281 QTC_ASSERT(menu, return );
282 d->menu->removeAction(menu->menuAction());
283}
284
285bool ActionContainer::update()
286{

Callers

nothing calls this directly

Calls 2

menuMethod · 0.80
removeActionMethod · 0.80

Tested by

no test coverage detected