| 269 | } |
| 270 | |
| 271 | int StateModel::columnCount(const QModelIndex &parent) const |
| 272 | { |
| 273 | Q_UNUSED(parent); |
| 274 | return 2; |
| 275 | } |
| 276 | |
| 277 | QMap<int, QVariant> StateModel::itemData(const QModelIndex &index) const |
| 278 | { |
no outgoing calls
no test coverage detected