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

Method identifyMatch

widgets/EditorChatButtonHandler.cpp:42–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void EditorChatButtonHandler::identifyMatch(
43 TextEditor::TextEditorWidget *editorWidget, int pos, ReportPriority report)
44{
45 if (!editorWidget) {
46 report(Priority_None);
47 return;
48 }
49
50 report(Priority_Tooltip);
51}
52
53void EditorChatButtonHandler::operateTooltip(
54 TextEditor::TextEditorWidget *editorWidget, const QPoint &point)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected