| 44 | } |
| 45 | |
| 46 | int QmitkMAPAlgorithmModel::columnCount(const QModelIndex &parent) const |
| 47 | { |
| 48 | if (parent.isValid()) |
| 49 | return 0; |
| 50 | |
| 51 | return 2; |
| 52 | } |
| 53 | |
| 54 | QVariant QmitkMAPAlgorithmModel::data(const QModelIndex &index, int role) const |
| 55 | { |
no outgoing calls
no test coverage detected