summaryrefslogtreecommitdiffstats
path: root/common/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/index.h')
-rw-r--r--common/index.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/index.h b/common/index.h
index 81dc5bf..f16a426 100644
--- a/common/index.h
+++ b/common/index.h
@@ -30,6 +30,7 @@ public:
30 }; 30 };
31 31
32 Index(const QString &storageRoot, const QString &name, Sink::Storage::DataStore::AccessMode mode = Sink::Storage::DataStore::ReadOnly); 32 Index(const QString &storageRoot, const QString &name, Sink::Storage::DataStore::AccessMode mode = Sink::Storage::DataStore::ReadOnly);
33 Index(const QString &storageRoot, const Sink::Storage::DbLayout &layout, Sink::Storage::DataStore::AccessMode mode = Sink::Storage::DataStore::ReadOnly);
33 Index(const QByteArray &name, Sink::Storage::DataStore::Transaction &); 34 Index(const QByteArray &name, Sink::Storage::DataStore::Transaction &);
34 35
35 void add(const QByteArray &key, const QByteArray &value); 36 void add(const QByteArray &key, const QByteArray &value);