Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
static void clearWidgetVector(const std::vector<QWidget *> &widgets)
58
{
59
for (auto widget : widgets) {
60
widget->deleteLater();
61
}
62
};
63
64
MacroSegmentList::~MacroSegmentList()
65
{
Callers
2
ClearWidgetsFromCacheFor
Method · 0.85
ClearWidgetCache
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected