sailfishos / sailfish-office

Sailfish Office
GNU General Public License v2.0
73 stars 26 forks source link

[sailfish-office] Add missing pdfannotation ctor implementation. Fixes JB#57554 #190

Closed pvuorela closed 2 years ago

pvuorela commented 2 years ago

The plain qobject ctor is defined but not implemented. If this was uncreatable type it could be skipped, but then the "property PDFAnnotation annotation" type of declarations in qml side wouldn't work.

There was also partial m_annotation null protection, but not everywhere.

@Tomin1 @rainemak @dcaliste