| 40 | } |
| 41 | |
| 42 | void 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 | |
| 53 | void EditorChatButtonHandler::operateTooltip( |
| 54 | TextEditor::TextEditorWidget *editorWidget, const QPoint &point) |
nothing calls this directly
no outgoing calls
no test coverage detected