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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/format/KdbxXmlWriter.h b/src/format/KdbxXmlWriter.h
index 1a367a263..eaad9f211 100644
--- a/src/format/KdbxXmlWriter.h
+++ b/src/format/KdbxXmlWriter.h
@@ -18,7 +18,6 @@
#ifndef KEEPASSX_KDBXXMLWRITER_H
#define KEEPASSX_KDBXXMLWRITER_H
-#include <QColor>
#include <QDateTime>
#include <QImage>
#include <QXmlStreamWriter>
@@ -74,7 +73,6 @@ private:
void writeUuid(const QString& qualifiedName, const Group* group);
void writeUuid(const QString& qualifiedName, const Entry* entry);
void writeBinary(const QString& qualifiedName, const QByteArray& ba);
- void writeColor(const QString& qualifiedName, const QColor& color);
void writeTriState(const QString& qualifiedName, Group::TriState triState);
QString colorPartToString(int value);
QString stripInvalidXml10Chars(QString str);