MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / clearWidgetVector

Function clearWidgetVector

lib/macro/macro-segment-list.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static void clearWidgetVector(const std::vector<QWidget *> &widgets)
58{
59 for (auto widget : widgets) {
60 widget->deleteLater();
61 }
62};
63
64MacroSegmentList::~MacroSegmentList()
65{

Callers 2

ClearWidgetCacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected