summaryrefslogtreecommitdiffstats
path: root/Plugins/PdfExport/pdfexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/PdfExport/pdfexport.h')
-rw-r--r--Plugins/PdfExport/pdfexport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/PdfExport/pdfexport.h b/Plugins/PdfExport/pdfexport.h
index 05f4938..ae6a46d 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_PERSISTABLE(PdfExportConfig, cfg)
+ //CFG_LOCAL_PERSISTABLE(PdfExportConfig, cfg)
QPagedPaintDevice* pagedWriter = nullptr;
bool takeDeviceOwnership = true;
QPainter* painter = nullptr;