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

Method itemFromProxyIndex

kdevplatform/project/projectproxymodel.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60KDevelop::ProjectBaseItem* ProjectProxyModel::itemFromProxyIndex( const QModelIndex& idx ) const
61{
62 return projectModel()->itemFromIndex( mapToSource(idx));
63}
64
65#include "moc_projectproxymodel.cpp"

Callers

nothing calls this directly

Calls 1

itemFromIndexMethod · 0.45

Tested by

no test coverage detected