Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2018-01-17 07:44:50 +0300
committerJonathan White <support@dmapps.us>2018-01-17 07:51:22 +0300
commitef8751a795e055363bcfafda22a08bd5e7d27cc1 (patch)
tree18d84c4ff023d93724bf7329c7e8f00723eea6e8 /src/format/Kdbx4Writer.h
parent243edda7f2407f600df102f9780b76317e71eedb (diff)
Correct missing attachments in KDBX 4 write
Diffstat (limited to 'src/format/Kdbx4Writer.h')
-rw-r--r--src/format/Kdbx4Writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/Kdbx4Writer.h b/src/format/Kdbx4Writer.h
index 097a7864a..f05ad21a3 100644
--- a/src/format/Kdbx4Writer.h
+++ b/src/format/Kdbx4Writer.h
@@ -30,7 +30,7 @@ public:
private:
bool writeInnerHeaderField(QIODevice* device, KeePass2::InnerHeaderFieldID fieldId, const QByteArray& data);
- bool writeBinary(QIODevice* device, const QByteArray& data);
+ void writeAttachments(QIODevice* device, Database* db);
static bool serializeVariantMap(const QVariantMap& map, QByteArray& outputBytes);
};