| 51 | } |
| 52 | |
| 53 | void 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 | |
| 64 | void CompletionProgressHandler::operateTooltip( |
| 65 | TextEditor::TextEditorWidget *editorWidget, const QPoint &point) |
nothing calls this directly
no outgoing calls
no test coverage detected