| 270 | } |
| 271 | |
| 272 | bool CommitToolView::isActiveProject(const QModelIndex& idx) const |
| 273 | { |
| 274 | return (m_view->isExpanded(m_proxymodel->mapFromSource(idx))); |
| 275 | } |
| 276 | |
| 277 | void CommitToolView::activateProject(const QModelIndex& idx) |
| 278 | { |
nothing calls this directly
no test coverage detected