diff options
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 04e3142..758765e 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -43,7 +43,7 @@ public: | |||
43 | int code; | 43 | int code; |
44 | }; | 44 | }; |
45 | 45 | ||
46 | Storage(const QString &storageRoot, const QString &name, AccessMode mode = ReadOnly); | 46 | Storage(const QString &storageRoot, const QString &name, AccessMode mode = ReadOnly, bool allowDuplicates = false); |
47 | ~Storage(); | 47 | ~Storage(); |
48 | bool isInTransaction() const; | 48 | bool isInTransaction() const; |
49 | bool startTransaction(AccessMode mode = ReadWrite); | 49 | bool startTransaction(AccessMode mode = ReadWrite); |