summaryrefslogtreecommitdiffstats
path: root/Plugins/XmlExport/xmlexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/XmlExport/xmlexport.h')
-rw-r--r--Plugins/XmlExport/xmlexport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/XmlExport/xmlexport.h b/Plugins/XmlExport/xmlexport.h
index 271a687..c0842bc 100644
--- a/Plugins/XmlExport/xmlexport.h
+++ b/Plugins/XmlExport/xmlexport.h
@@ -58,7 +58,7 @@ class XMLEXPORTSHARED_EXPORT XmlExport : public GenericExportPlugin
static QString toString(bool value);
- CFG_LOCAL(XmlExportConfig, cfg)
+ CFG_LOCAL_PERSISTABLE(XmlExportConfig, cfg)
bool indent = false;
int indentDepth = 0;
QString indentStr;