aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/CsvExport/csvexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/CsvExport/csvexport.h')
-rw-r--r--Plugins/CsvExport/csvexport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/CsvExport/csvexport.h b/Plugins/CsvExport/csvexport.h
index 7ecde7c..1956782 100644
--- a/Plugins/CsvExport/csvexport.h
+++ b/Plugins/CsvExport/csvexport.h
@@ -49,7 +49,7 @@ class CSVEXPORTSHARED_EXPORT CsvExport : public GenericExportPlugin
bool exportTable(const QStringList& columnNames);
void defineCsvFormat();
- CFG_LOCAL(CsvExportConfig, cfg)
+ CFG_LOCAL_PERSISTABLE(CsvExportConfig, cfg)
CsvFormat format;
};