| 60 | } |
| 61 | |
| 62 | int FilterModel::columnCount(const QModelIndex& /*parent*/) const |
| 63 | { |
| 64 | return NUM_COLUMNS; |
| 65 | } |
| 66 | |
| 67 | QVariant FilterModel::headerData(int section, Qt::Orientation orientation, int role) const |
| 68 | { |
no outgoing calls
no test coverage detected