| 22 | } |
| 23 | |
| 24 | QModelIndex DatasetProxyModel::buddy(const QModelIndex &index) const |
| 25 | { |
| 26 | return index; |
| 27 | } |
| 28 | |
| 29 | Qt::ItemFlags DatasetProxyModel::flags(const QModelIndex &index) const |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected