| 343 | } |
| 344 | |
| 345 | KDevelop::IndexedDeclaration ContextBrowserView::lockedDeclaration() const |
| 346 | { |
| 347 | if (m_lockAction->isChecked()) |
| 348 | return declaration(); |
| 349 | else |
| 350 | return KDevelop::IndexedDeclaration(); |
| 351 | } |
| 352 | |
| 353 | void ContextBrowserView::allowLockedUpdate() |
| 354 | { |
no test coverage detected