MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / hideProgress

Method hideProgress

widgets/CompletionProgressHandler.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void CompletionProgressHandler::hideProgress()
40{
41 if (m_progressWidget) {
42 m_progressWidget->deleteLater();
43 m_progressWidget = nullptr;
44 }
45 Utils::ToolTip::hideImmediately();
46}
47
48void CompletionProgressHandler::setCancelCallback(std::function<void()> callback)
49{

Callers 5

requestQuickRefactorMethod · 0.80
handleCompletionsMethod · 0.80
cancelRunningRequestMethod · 0.80
eventFilterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected