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

Method itemDestroyed

src/common/actionmanager/actioncontainer.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void ActionContainerPrivate::itemDestroyed(QObject *sender)
63{
64 for (Group &group : groupList) {
65 if (group.items.removeAll(sender) > 0)
66 break;
67 }
68}
69
70QList<Group>::const_iterator ActionContainerPrivate::findGroup(const QString &groupId) const
71{

Callers

nothing calls this directly

Calls 1

removeAllMethod · 0.45

Tested by

no test coverage detected