| 323 | } |
| 324 | |
| 325 | void KDevDocumentView::updateProjectPaths() |
| 326 | { |
| 327 | const auto categoryList = m_documentModel->categoryList(); |
| 328 | for (KDevCategoryItem* it : categoryList) { |
| 329 | updateCategoryItem( it ); |
| 330 | } |
| 331 | } |
| 332 | |
| 333 | void KDevDocumentView::contentChanged( KDevelop::IDocument* ) |
| 334 | { |
nothing calls this directly
no test coverage detected