MCPcopy Create free account
hub / github.com/comaps/comaps / ClearResults

Method ClearResults

qt/search_panel.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void SearchPanel::ClearResults()
104{
105 ClearTable();
106 m_results.Clear();
107 GetFramework().GetBookmarkManager().GetEditSession().ClearGroup(UserMark::Type::SEARCH);
108}
109
110void SearchPanel::StartBusyIndicator()
111{

Callers

nothing calls this directly

Calls 3

ClearGroupMethod · 0.80
GetEditSessionMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected