| 245 | } |
| 246 | |
| 247 | NavigationContextPointer AbstractNavigationWidget::context() const |
| 248 | { |
| 249 | Q_D(const AbstractNavigationWidget); |
| 250 | |
| 251 | return d->m_context; |
| 252 | } |
| 253 | |
| 254 | void AbstractNavigationWidget::navigateDeclaration(const IndexedDeclaration& decl) |
| 255 | { |
no outgoing calls