summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h
index 1634e8b..84175b3 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -200,6 +200,8 @@ public:
200 static QByteArray assembleKey(const QByteArray &key, qint64 revision); 200 static QByteArray assembleKey(const QByteArray &key, qint64 revision);
201 static QByteArray uidFromKey(const QByteArray &key); 201 static QByteArray uidFromKey(const QByteArray &key);
202 202
203 static NamedDatabase mainDatabase(const Sink::Storage::Transaction &, const QByteArray &type);
204
203private: 205private:
204 std::function<void(const Storage::Error &error)> mErrorHandler; 206 std::function<void(const Storage::Error &error)> mErrorHandler;
205 207