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

Method itemEventForIndex

kdevplatform/vcs/models/vcsitemeventmodel.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95KDevelop::VcsItemEvent VcsItemEventModel::itemEventForIndex( const QModelIndex& idx ) const
96{
97 return itemFromIndex(idx)->data().value<VcsItemEvent>();
98}
99
100}
101

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected