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

Method insertAction

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

Source from the content-addressed store, hash-verified

258}
259
260void ActionContainer::insertAction(QAction *before, Command *command)
261{
262 d->menu->insertAction(before, command->action());
263}
264
265void ActionContainer::insertMenu(QAction *before, ActionContainer *container)
266{

Callers 2

rootMenuMethod · 0.80
handleShowContextMenuMethod · 0.80

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected