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

Method ClearWidgetCache

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

Source from the content-addressed store, hash-verified

363}
364
365void MacroSegmentList::ClearWidgetCache()
366{
367 for (const auto &[_, widgets] : _widgetCache) {
368 clearWidgetVector(widgets);
369 }
370}
371
372static bool isInUpperHalfOf(const QPoint &pos, const QRect &rect)
373{

Callers

nothing calls this directly

Calls 1

clearWidgetVectorFunction · 0.85

Tested by

no test coverage detected