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

Method identifyMatch

widgets/CompletionProgressHandler.cpp:53–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void CompletionProgressHandler::identifyMatch(
54 TextEditor::TextEditorWidget *editorWidget, int pos, ReportPriority report)
55{
56 if (!editorWidget) {
57 report(Priority_None);
58 return;
59 }
60
61 report(Priority_Tooltip);
62}
63
64void CompletionProgressHandler::operateTooltip(
65 TextEditor::TextEditorWidget *editorWidget, const QPoint &point)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected