MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / onRegistryCleared

Method onRegistryCleared

app/src/UI/Taskbar.cpp:1246–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244 * @brief Handles registry clear events.
1245 */
1246void UI::Taskbar::onRegistryCleared()
1247{
1248 m_widgetIdToWindowId.clear();
1249 m_windowIdToWidgetId.clear();
1250}
1251
1252//--------------------------------------------------------------------------------------------------
1253// Search functionality

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected