| 40 | } |
| 41 | |
| 42 | bool CompletionHintHandler::isHintVisible() const |
| 43 | { |
| 44 | return !m_hintWidget.isNull() && m_hintWidget->isVisible(); |
| 45 | } |
| 46 | |
| 47 | void CompletionHintHandler::updateHintPosition(TextEditor::TextEditorWidget *widget, QPoint position) |
| 48 | { |
nothing calls this directly
no outgoing calls
no test coverage detected