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/KeePass2Reader.h')
-rw-r--r--src/format/KeePass2Reader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/format/KeePass2Reader.h b/src/format/KeePass2Reader.h
index c6c3b0f2b..0ea94d48c 100644
--- a/src/format/KeePass2Reader.h
+++ b/src/format/KeePass2Reader.h
@@ -41,16 +41,12 @@ public:
bool hasError() const;
QString errorString() const;
- bool saveXml() const;
- void setSaveXml(bool save);
-
QSharedPointer<KdbxReader> reader() const;
quint32 version() const;
private:
void raiseError(const QString& errorMessage);
- bool m_saveXml = false;
bool m_error = false;
QString m_errorStr = "";