| 92 | } |
| 93 | |
| 94 | Qt::ItemFlags flags(const QModelIndex &) const |
| 95 | { |
| 96 | return Qt::ItemIsSelectable|Qt::ItemIsEnabled; |
| 97 | } |
| 98 | |
| 99 | QModelIndex index(int r,int c,const QModelIndex &p) const |
| 100 | { |
nothing calls this directly
no outgoing calls
no test coverage detected