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

Method updateContainer

src/common/actionmanager/actionmanager.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void ActionManagerPrivate::updateContainer()
76{
77 for (ActionContainer *c : std::as_const(scheduledContainerUpdates))
78 c->update();
79 scheduledContainerUpdates.clear();
80}
81
82void ActionManagerPrivate::containerDestroyed(QObject *sender)
83{

Callers

nothing calls this directly

Calls 2

updateMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected