| 434 | } |
| 435 | |
| 436 | void ContextBrowserPlugin::startDelayedBrowsing(KTextEditor::View* view) |
| 437 | { |
| 438 | if (!m_currentToolTip) { |
| 439 | showToolTip(view, view->cursorPosition()); |
| 440 | } |
| 441 | } |
| 442 | |
| 443 | void ContextBrowserPlugin::hideToolTip() |
| 444 | { |
nothing calls this directly
no test coverage detected