Filter settings fields to backup

This commit is contained in:
Vladyslav Miachkov 2024-05-09 00:06:23 +03:00
parent 24759c92ad
commit 9faabe9e7d
2 changed files with 24 additions and 1 deletions

View file

@ -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;