| 73 | } |
| 74 | |
| 75 | int |
| 76 | MultitaskControllerModel::columnCount(const QModelIndex &) const |
| 77 | { |
| 78 | return 6; |
| 79 | } |
| 80 | |
| 81 | QVariant |
| 82 | MultitaskControllerModel::data(const QModelIndex &index, int role) const |
nothing calls this directly
no outgoing calls
no test coverage detected