| 21 | |
| 22 | |
| 23 | MacroStepTableModel::MacroStepTableModel(Macro *m, QObject *parent) : |
| 24 | QAbstractTableModel(parent), |
| 25 | macro(m) |
| 26 | { |
| 27 | } |
| 28 | |
| 29 | QVariant MacroStepTableModel::headerData(int section, Qt::Orientation orientation, int role) const |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected