| 149 | } |
| 150 | |
| 151 | KDevelop::IBranchingVersionControl* BranchesListModel::interface() const |
| 152 | { |
| 153 | Q_D(const BranchesListModel); |
| 154 | |
| 155 | return d->dvcsplugin; |
| 156 | } |
| 157 | |
| 158 | void BranchesListModel::initialize(KDevelop::IBranchingVersionControl* branching, const QUrl& r) |
| 159 | { |