MCPcopy Create free account
hub / github.com/KDE/okular / HighlightAnnotationWidget

Method HighlightAnnotationWidget

part/annotationwidgets.cpp:638–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638HighlightAnnotationWidget::HighlightAnnotationWidget(Okular::Annotation *ann)
639 : AnnotationWidget(ann)
640{
641 m_hlAnn = static_cast<Okular::HighlightAnnotation *>(ann);
642}
643
644void HighlightAnnotationWidget::createStyleWidget(QFormLayout *formlayout)
645{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected