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/Kdbx3Writer.h')
-rw-r--r--src/format/Kdbx3Writer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format/Kdbx3Writer.h b/src/format/Kdbx3Writer.h
index eb98a470d..45b0a8b51 100644
--- a/src/format/Kdbx3Writer.h
+++ b/src/format/Kdbx3Writer.h
@@ -29,6 +29,7 @@ class Kdbx3Writer : public KdbxWriter
public:
bool writeDatabase(QIODevice* device, Database* db) override;
+ quint32 formatVersion() override;
};
#endif // KEEPASSX_KDBX3WRITER_H