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