| 636 | } |
| 637 | |
| 638 | HighlightAnnotationWidget::HighlightAnnotationWidget(Okular::Annotation *ann) |
| 639 | : AnnotationWidget(ann) |
| 640 | { |
| 641 | m_hlAnn = static_cast<Okular::HighlightAnnotation *>(ann); |
| 642 | } |
| 643 | |
| 644 | void HighlightAnnotationWidget::createStyleWidget(QFormLayout *formlayout) |
| 645 | { |
nothing calls this directly
no outgoing calls
no test coverage detected