diff options
Diffstat (limited to 'Plugins/HtmlExport/htmlexport.h')
| -rw-r--r-- | Plugins/HtmlExport/htmlexport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/HtmlExport/htmlexport.h b/Plugins/HtmlExport/htmlexport.h index 04a379c..93a0bc5 100644 --- a/Plugins/HtmlExport/htmlexport.h +++ b/Plugins/HtmlExport/htmlexport.h @@ -57,7 +57,7 @@ class HTMLEXPORTSHARED_EXPORT HtmlExport : public GenericExportPlugin static QString compressCss(QString css); - CFG_LOCAL(HtmlExportConfig, cfg) + CFG_LOCAL_PERSISTABLE(HtmlExportConfig, cfg) bool indent = false; int indentDepth = 0; QString indentStr; |
