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

Method currentRowChanged

kdevplatform/vcs/widgets/vcseventwidget.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void VcsEventWidgetPrivate::currentRowChanged(const QModelIndex& start, const QModelIndex& end)
89{
90 Q_UNUSED(end);
91 if(start.isValid())
92 eventViewClicked(start);
93}
94
95void VcsEventWidgetPrivate::eventViewClicked( const QModelIndex &index )
96{

Callers 1

VcsEventWidgetMethod · 0.80

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected