| 196 | } |
| 197 | |
| 198 | int NotifyingApplicationModel::columnCount(const QModelIndex &) const |
| 199 | { |
| 200 | return 3; |
| 201 | } |
| 202 | |
| 203 | int NotifyingApplicationModel::rowCount(const QModelIndex &parent) const |
| 204 | { |
nothing calls this directly
no outgoing calls
no test coverage detected