| 273 | } |
| 274 | |
| 275 | int VersionProxyModel::rowCount(const QModelIndex& parent) const |
| 276 | { |
| 277 | if (sourceModel()) { |
| 278 | return sourceModel()->rowCount(parent); |
| 279 | } |
| 280 | return 0; |
| 281 | } |
| 282 | |
| 283 | void VersionProxyModel::sourceDataChanged(const QModelIndex& source_top_left, const QModelIndex& source_bottom_right) |
| 284 | { |