| 166 | } |
| 167 | |
| 168 | QString authorForAnnotation(const Okular::Annotation *ann) |
| 169 | { |
| 170 | Q_ASSERT(ann); |
| 171 | |
| 172 | return !ann->author().isEmpty() ? ann->author() : i18nc("Unknown author", "Unknown"); |
| 173 | } |
| 174 | |
| 175 | QString contentsHtml(const Okular::Annotation *ann) |
| 176 | { |
no test coverage detected