From feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 27 Jul 2018 23:51:12 -0400 Subject: New upstream version 3.2.1+dfsg1 --- Plugins/RegExpImport/regexpimport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugins/RegExpImport/regexpimport.h') diff --git a/Plugins/RegExpImport/regexpimport.h b/Plugins/RegExpImport/regexpimport.h index 3603401..a4e5f66 100644 --- a/Plugins/RegExpImport/regexpimport.h +++ b/Plugins/RegExpImport/regexpimport.h @@ -40,7 +40,7 @@ class REGEXPIMPORTSHARED_EXPORT RegExpImport : public GenericPlugin, public Impo bool validateOptions(); private: - CFG_LOCAL(RegExpImportConfig, cfg) + CFG_LOCAL_PERSISTABLE(RegExpImportConfig, cfg) QRegularExpression* re = nullptr; QList groups; QStringList columns; -- cgit v1.2.3