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

Method appendGroup

src/common/actionmanager/actioncontainer.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void ActionContainer::appendGroup(const QString &groupId)
140{
141 d->groupList.append(Group(groupId));
142}
143
144void ActionContainer::insertGroup(const QString &before, const QString &groupId)
145{

Callers 4

setupToolMenuMethod · 0.80
initializeMethod · 0.80
initActionsMethod · 0.80

Calls 2

GroupClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected