| 303 | } |
| 304 | |
| 305 | int AnnotationModel::columnCount(const QModelIndex &parent) const |
| 306 | { |
| 307 | Q_UNUSED(parent) |
| 308 | return 1; |
| 309 | } |
| 310 | |
| 311 | QVariant AnnotationModel::data(const QModelIndex &index, int role) const |
| 312 | { |
no outgoing calls
no test coverage detected