diff options
Diffstat (limited to 'Plugins/PdfExport/pdfexport.h')
| -rw-r--r-- | Plugins/PdfExport/pdfexport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/PdfExport/pdfexport.h b/Plugins/PdfExport/pdfexport.h index 54239ff..05f4938 100644 --- a/Plugins/PdfExport/pdfexport.h +++ b/Plugins/PdfExport/pdfexport.h @@ -180,7 +180,7 @@ class PDFEXPORTSHARED_EXPORT PdfExport : public GenericExportPlugin int getContentsBottom() const; qreal mmToPoints(qreal sizeMM); - CFG_LOCAL(PdfExportConfig, cfg) + CFG_LOCAL_PERSISTABLE(PdfExportConfig, cfg) QPagedPaintDevice* pagedWriter = nullptr; bool takeDeviceOwnership = true; QPainter* painter = nullptr; |
