| 284 | } |
| 285 | |
| 286 | bool VcsFileChangesModel::isCheckable() const |
| 287 | { |
| 288 | Q_D(const VcsFileChangesModel); |
| 289 | |
| 290 | return d->allowSelection; |
| 291 | } |
| 292 | |
| 293 | bool VcsFileChangesModel::removeUrl(const QModelIndex& parent, const QUrl& url) |
| 294 | { |
no outgoing calls
no test coverage detected