MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / addToGarbage

Method addToGarbage

src/ui/manager.cpp:608–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608void Manager::addToGarbage(Widget* widget)
609{
610 m_garbage.push_back(widget);
611}
612
613/**
614 * @param msg You can't use the this message after calling this

Callers 1

deferDeleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected