| 2899 | } |
| 2900 | |
| 2901 | CommitList *RepoView::commitList() const { return mCommits; } |
| 2902 | |
| 2903 | void RepoView::notifyReferenceUpdated(const QString &name) { |
| 2904 | emit mRepo.notifier()->referenceUpdated(mRepo.lookupRef(name)); |
no outgoing calls
no test coverage detected