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:
authorFelix Geyer <debfx@fobos.de>2010-09-25 14:41:00 +0400
committerFelix Geyer <debfx@fobos.de>2010-09-25 14:41:00 +0400
commite3da80fcc61476a931564cac98ea56186dabacce (patch)
tree20e201ce4a68b12045645c016b77c09951909a17 /src/streams/LayeredStream.h
parenta9ac4bbf41aa1d7f4f25f45ea5cc237894e1fb56 (diff)
Add KeePass2Writer.
Support attributes MasterKeyChanged, MasterKeyChangeRec, MasterKeyChangeForce and Tags. Close streams in the dtor.
Diffstat (limited to 'src/streams/LayeredStream.h')
-rw-r--r--src/streams/LayeredStream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/streams/LayeredStream.h b/src/streams/LayeredStream.h
index 86e9d1a6b..0c008ae93 100644
--- a/src/streams/LayeredStream.h
+++ b/src/streams/LayeredStream.h
@@ -26,6 +26,7 @@ class LayeredStream : public QIODevice
public:
explicit LayeredStream(QIODevice* baseDevice);
+ virtual ~LayeredStream();
bool isSequential() const;
virtual QString errorString() const;