MCPcopy Create free account
hub / github.com/KDE/kdevelop / startDelayedBrowsing

Method startDelayedBrowsing

plugins/contextbrowser/contextbrowser.cpp:436–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void ContextBrowserPlugin::startDelayedBrowsing(KTextEditor::View* view)
437{
438 if (!m_currentToolTip) {
439 showToolTip(view, view->cursorPosition());
440 }
441}
442
443void ContextBrowserPlugin::hideToolTip()
444{

Callers

nothing calls this directly

Calls 1

cursorPositionMethod · 0.45

Tested by

no test coverage detected