| 46 | } |
| 47 | |
| 48 | int MacroStepTableModel::columnCount(const QModelIndex &parent) const |
| 49 | { |
| 50 | return parent.isValid() ? 0 : 2; |
| 51 | } |
| 52 | |
| 53 | QVariant MacroStepTableModel::data(const QModelIndex &index, int role) const |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected