| 160 | } |
| 161 | |
| 162 | QIcon iconForAnnotation(const Okular::Annotation *ann) |
| 163 | { |
| 164 | Q_ASSERT(ann); |
| 165 | return iconForAnnotationInfo(getAnnotationInfo(ann)); |
| 166 | } |
| 167 | |
| 168 | QString authorForAnnotation(const Okular::Annotation *ann) |
| 169 | { |
nothing calls this directly
no test coverage detected