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

Method ActionContainer

src/common/actionmanager/actioncontainer.cpp:100–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100ActionContainer::ActionContainer(const QString &id, ActionManagerPrivate *actMngPrivate)
101 : d(new ActionContainerPrivate(this, id, actMngPrivate))
102{
103 appendGroup(G_DEFAULT_ONE);
104 appendGroup(G_DEFAULT_TWO);
105 appendGroup(G_DEFAULT_THREE);
106 d->scheduleUpdate();
107}
108
109ActionContainer::~ActionContainer()
110{

Callers

nothing calls this directly

Calls 1

scheduleUpdateMethod · 0.80

Tested by

no test coverage detected