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:
Diffstat (limited to 'src/format/KdbxXmlWriter.h')
-rw-r--r--src/format/KdbxXmlWriter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/format/KdbxXmlWriter.h b/src/format/KdbxXmlWriter.h
index c0774fc6c..e8dac5bee 100644
--- a/src/format/KdbxXmlWriter.h
+++ b/src/format/KdbxXmlWriter.h
@@ -18,6 +18,7 @@
#ifndef KEEPASSX_KDBXXMLWRITER_H
#define KEEPASSX_KDBXXMLWRITER_H
+#include <QDateTime>
#include <QXmlStreamWriter>
#include "core/Group.h"
@@ -46,7 +47,7 @@ private:
void writeMetadata();
void writeMemoryProtection();
void writeCustomIcons();
- void writeIcon(const QUuid& uuid, const QImage& icon);
+ void writeIcon(const QUuid& uuid, const QByteArray& iconData);
void writeBinaries();
void writeCustomData(const CustomData* customData);
void writeCustomDataItem(const QString& key, const QString& value);