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

Method accept

kdevplatform/language/duchain/navigation/abstractnavigationwidget.cpp:291–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void AbstractNavigationWidget::accept()
292{
293 Q_D(AbstractNavigationWidget);
294
295 Q_ASSERT(d->m_context);
296
297 QPointer<AbstractNavigationWidget> thisPtr(this);
298 NavigationContextPointer nextContext = d->m_context->accept();
299
300 if (thisPtr)
301 setContext(nextContext);
302}
303
304void AbstractNavigationWidget::back()
305{

Callers 4

mousePressEventMethod · 0.45
resizeEventMethod · 0.45
navigateDeclarationMethod · 0.45
wheelEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected