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

Method FileAttachmentAnnotationWidget

part/annotationwidgets.cpp:731–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731FileAttachmentAnnotationWidget::FileAttachmentAnnotationWidget(Okular::Annotation *ann)
732 : AnnotationWidget(ann)
733 , m_pixmapSelector(nullptr)
734{
735 m_attachAnn = static_cast<Okular::FileAttachmentAnnotation *>(ann);
736}
737
738void FileAttachmentAnnotationWidget::createStyleWidget(QFormLayout *formlayout)
739{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected