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

Method hideError

widgets/CompletionErrorHandler.cpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void CompletionErrorHandler::hideError()
57{
58 if (m_errorWidget) {
59 m_errorWidget->deleteLater();
60 m_errorWidget = nullptr;
61 }
62 Utils::ToolTip::hideImmediately();
63 m_errorMessage.clear();
64}
65
66void CompletionErrorHandler::identifyMatch(
67 TextEditor::TextEditorWidget *editorWidget, int pos, ReportPriority report)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected