| 32 | } |
| 33 | |
| 34 | void CompletionHintHandler::hideHint() |
| 35 | { |
| 36 | if (m_hintWidget) { |
| 37 | m_hintWidget->deleteLater(); |
| 38 | m_hintWidget = nullptr; |
| 39 | } |
| 40 | } |
| 41 | |
| 42 | bool CompletionHintHandler::isHintVisible() const |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected