Fix: Regenerate transform seed and transform master key on save.

This commit is contained in:
rockihack 2017-10-13 12:31:57 +02:00 committed by Jonathan White
parent 3bc8a79b9b
commit c6f83b9ca6
4 changed files with 31 additions and 1 deletions

View file

@ -18,6 +18,8 @@
#ifndef KEEPASSX_KEEPASS2WRITER_H
#define KEEPASSX_KEEPASS2WRITER_H
#include <QCoreApplication>
#include "format/KeePass2.h"
#include "keys/CompositeKey.h"
@ -26,6 +28,8 @@ class QIODevice;
class KeePass2Writer
{
Q_DECLARE_TR_FUNCTIONS(KeePass2Writer)
public:
KeePass2Writer();
void writeDatabase(QIODevice* device, Database* db);