| 208 | } |
| 209 | |
| 210 | int ProblemModel::columnCount(const QModelIndex& parent) const |
| 211 | { |
| 212 | Q_UNUSED(parent) |
| 213 | return LastColumn; |
| 214 | } |
| 215 | |
| 216 | IProblem::Ptr ProblemModel::problemForIndex(const QModelIndex& index) const |
| 217 | { |
no outgoing calls
no test coverage detected