Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
void ActionContainer::appendGroup(const QString &groupId)
140
{
141
d->groupList.append(Group(groupId));
142
}
143
144
void ActionContainer::insertGroup(const QString &before, const QString &groupId)
145
{
Callers
4
setupToolMenu
Method · 0.80
initialize
Method · 0.80
initActions
Method · 0.80
registerDefaultContainers
Method · 0.80
Calls
2
Group
Class · 0.85
append
Method · 0.45
Tested by
no test coverage detected