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