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

Method updateProjectPaths

plugins/documentview/kdevdocumentview.cpp:325–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

categoryListMethod · 0.80

Tested by

no test coverage detected