| 183 | } |
| 184 | |
| 185 | QString BranchesListModel::currentBranch() const |
| 186 | { |
| 187 | Q_D(const BranchesListModel); |
| 188 | |
| 189 | return runSynchronously(d->dvcsplugin->currentBranch(d->repo)).toString(); |
| 190 | } |
| 191 | |
| 192 | KDevelop::IProject* BranchesListModel::project() const |
| 193 | { |
no test coverage detected