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

Method indexFromView

plugins/projectmanagerview/projectmanagerview.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307QModelIndex ProjectManagerView::indexFromView(const QModelIndex& index) const
308{
309 return m_modelFilter->mapToSource( m_overlayProxy->mapToSource(index) );
310}
311
312QModelIndex ProjectManagerView::indexToView(const QModelIndex& index) const
313{

Callers

nothing calls this directly

Calls 1

mapToSourceMethod · 0.45

Tested by

no test coverage detected