| 280 | } |
| 281 | |
| 282 | int VersionProxyModel::rowCount(const QModelIndex& parent) const |
| 283 | { |
| 284 | if (sourceModel()) { |
| 285 | return sourceModel()->rowCount(parent); |
| 286 | } |
| 287 | return 0; |
| 288 | } |
| 289 | |
| 290 | void VersionProxyModel::sourceDataChanged(const QModelIndex& source_top_left, const QModelIndex& source_bottom_right) |
| 291 | { |