| 180 | } |
| 181 | |
| 182 | int DeviceModel::columnCount(const QModelIndex &) const { |
| 183 | return 1; |
| 184 | } |
| 185 | |
| 186 | QVariant DeviceModel::data(const QModelIndex &index, int role) const { |
| 187 | if (!index.isValid()) |
nothing calls this directly
no outgoing calls
no test coverage detected