| 126 | } |
| 127 | |
| 128 | KDevelop::IndexedDeclaration ContextBrowserView::declaration() const |
| 129 | { |
| 130 | return m_declaration; |
| 131 | } |
| 132 | |
| 133 | AbstractNavigationWidget* ContextBrowserView::createWidget(Declaration* decl, TopDUContext* topContext) |
| 134 | { |
no outgoing calls
no test coverage detected