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 a04969b..e7b4a3e 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -220,6 +220,8 @@ public:
220 220
221 static NamedDatabase mainDatabase(const Sink::Storage::Transaction &, const QByteArray &type); 221 static NamedDatabase mainDatabase(const Sink::Storage::Transaction &, const QByteArray &type);
222 222
223 static QByteArray generateUid();
224
223private: 225private:
224 std::function<void(const Storage::Error &error)> mErrorHandler; 226 std::function<void(const Storage::Error &error)> mErrorHandler;
225 227