diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-23 19:07:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-23 19:07:21 +0200 |
commit | ae0255bf8eb913004082278af27d69047503ea71 (patch) | |
tree | fbe5f2a8a22776c8eec5c51df1da3727b24f9ede /common/storage.h | |
parent | 91cb5bf93c7eb1caad910b693927d80e552239b1 (diff) | |
download | sink-ae0255bf8eb913004082278af27d69047503ea71.tar.gz sink-ae0255bf8eb913004082278af27d69047503ea71.zip |
Storage cleanup
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage.h b/common/storage.h index 4b0604e..8a2e51f 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -146,7 +146,7 @@ public: | |||
146 | Private *d; | 146 | Private *d; |
147 | }; | 147 | }; |
148 | 148 | ||
149 | Storage(const QString &storageRoot, const QString &name, AccessMode mode = ReadOnly, bool allowDuplicates = false); | 149 | Storage(const QString &storageRoot, const QString &name, AccessMode mode = ReadOnly); |
150 | ~Storage(); | 150 | ~Storage(); |
151 | 151 | ||
152 | Transaction createTransaction(AccessMode mode = ReadWrite, | 152 | Transaction createTransaction(AccessMode mode = ReadWrite, |