| 195 | } |
| 196 | |
| 197 | QVariant DeviceModel::headerData(int, Qt::Orientation, int) const { |
| 198 | return {}; |
| 199 | } |
| 200 | |
| 201 | QVariant DeviceModel::deviceField(const QModelIndex &index, |
| 202 | const QString &field) const { |
nothing calls this directly
no outgoing calls
no test coverage detected