| 35 | } |
| 36 | |
| 37 | void EditorChatButtonHandler::hideButton() |
| 38 | { |
| 39 | Utils::ToolTip::hide(); |
| 40 | } |
| 41 | |
| 42 | void EditorChatButtonHandler::identifyMatch( |
| 43 | TextEditor::TextEditorWidget *editorWidget, int pos, ReportPriority report) |
nothing calls this directly
no outgoing calls
no test coverage detected