Filter settings fields to backup
This commit is contained in:
parent
24759c92ad
commit
9faabe9e7d
2 changed files with 24 additions and 1 deletions
|
@ -47,6 +47,10 @@ private:
|
|||
mutable QMap<QString, QVariant> m_cache;
|
||||
|
||||
QStringList encryptedKeys; // encode only key listed here
|
||||
// only this fields need for backup
|
||||
QStringList m_fieldsToBackup = {
|
||||
"Conf/", "Servers/",
|
||||
};
|
||||
|
||||
mutable QByteArray m_key;
|
||||
mutable QByteArray m_iv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue